]> git.ipfire.org Git - thirdparty/rrdtool-1.x.git/commitdiff
use ubuntu 20.04 for testing fix-tcp 1208/head
authorTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2023 08:37:24 +0000 (09:37 +0100)
committerTobias Oetiker <tobi@oetiker.ch>
Wed, 4 Jan 2023 08:37:24 +0000 (09:37 +0100)
.github/workflows/build-test-linux.yml
.github/workflows/code-coverage.yml
.github/workflows/codeql-analysis.yml
.github/workflows/release-source.yml

index ddc85da5a70697f6df71c8afb361b14eb5d5c554..a3eb7858162daf128df9ee4dbd6ff65092e9e223 100644 (file)
@@ -7,7 +7,7 @@ on:
 jobs:
   build:
     name: Build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - name: Checkout repository
       uses: actions/checkout@v2
index bb2fdea170a44a7e69ae0d5abe046e7caefd62d0..7dbaba7a31420b7bdcb859a39d2dc8c29206fcc3 100644 (file)
@@ -7,7 +7,7 @@ on:
 jobs:
   build:
     name: Build
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     steps:
     - name: Checkout repository
       uses: actions/checkout@v3
index 828d83f9196fd9af06f5590a81328b7bc643264f..0cb646d4f4e119a1e3257aab837968471bf3b605 100644 (file)
@@ -21,7 +21,7 @@ on:
 jobs:
   analyze:
     name: Analyze
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     permissions:
       actions: read
       contents: read
index 0aaea5121b326dd9f7cd9b87f16325871e5830e6..2a026a12082764dc26dea15db6eb3fbe21dd3f48 100644 (file)
@@ -12,7 +12,7 @@ on:
 jobs:
   release:
     name: Release Source
-    runs-on: ubuntu-latest
+    runs-on: ubuntu-20.04
     permissions:
       contents: write
     steps: