Explorar o código

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

affects only the lint job, everything else used 20.04 already.
Thomas Waldmann %!s(int64=2) %!d(string=hai) anos
pai
achega
73097c8162
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  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