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

index 5bdca96f7a2fd06c66861e181aaa0d95c12b0f2d..19731837896a24989a9bacb439e85867d4785ea3 100644 (file)
@@ -164,7 +164,7 @@ jobs:
       - test-recursor-regression
       - test-recursor-bulk
     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"