浏览代码

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

affects only the lint job, everything else used 20.04 already.
Thomas Waldmann 2 年之前
父节点
当前提交
73097c8162
共有 2 个文件被更改,包括 2 次插入2 次删除
  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