Browse Source

github CI: use ubuntu-20.04 (not -latest)

affects only the lint job, everything else used 20.04 already.
Thomas Waldmann 2 years ago
parent
commit
73097c8162
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/ci.yml
  2. 1 1
      .github/workflows/codeql-analysis.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -31,7 +31,7 @@ on:
 jobs:
   lint:
 
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     timeout-minutes: 10
 
     steps:

+ 1 - 1
.github/workflows/codeql-analysis.yml

@@ -14,7 +14,7 @@ on:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     permissions:
       actions: read
       contents: read