]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions - build-and-test-all: use ubuntu-22.04 runners 14133/head
authorromeroalx <alexis.romero@open-xchange.com>
Fri, 3 May 2024 15:00:01 +0000 (17:00 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Fri, 3 May 2024 15:41:02 +0000 (17:41 +0200)
.github/workflows/build-and-test-all.yml

index 89357e186be1cda105afcd3b27620bee9c6a1200..ae67202cccd3ccaa3f835bbc7f92284d279142fc 100644 (file)
@@ -26,7 +26,7 @@ jobs:
   build-recursor:
     name: build recursor
     if: ${{ !github.event.schedule || vars.SCHEDULED_JOBS_BUILD_AND_TEST_ALL }}
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
       matrix:
         sanitizers: [ubsan+asan, tsan]
@@ -95,7 +95,7 @@ jobs:
 
   test-recursor-api:
     needs: build-recursor
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
       matrix:
         sanitizers: [ubsan+asan, tsan]
@@ -129,7 +129,7 @@ jobs:
 
   test-recursor-regression:
     needs: build-recursor
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
       matrix:
         sanitizers: [ubsan+asan, tsan]
@@ -165,7 +165,7 @@ jobs:
   test-recursor-bulk:
     name: 'test rec *mini* bulk'
     needs: build-recursor
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     strategy:
       matrix:
         sanitizers: [ubsan+asan, tsan]
@@ -197,7 +197,7 @@ jobs:
 
   check-clang-tidy:
     needs: [build-recursor]
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     name: Check whether clang-tidy succeeded
     steps:
       - run: |
@@ -213,7 +213,7 @@ jobs:
       - test-recursor-bulk
       - check-clang-tidy
     if: success() || failure()
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Install jq and yq
         run: "sudo snap install jq yq"