Browse Source

Fix GH runner version for format workflow

Mario Zechner 8 months ago
parent
commit
33cf98b467
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/format-check.yml

+ 1 - 1
.github/workflows/format-check.yml

@@ -6,7 +6,7 @@ on:
 
 jobs:
   build:
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-22.04
     steps:      
 
     - name: Install OS dependencies (needed for act on ubuntu-latest)