]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
gh actions - build-and-test-all: use a ubuntu-22 runner for job collect 14154/head
authorromeroalx <alexis.romero@open-xchange.com>
Thu, 9 May 2024 14:36:59 +0000 (16:36 +0200)
committerromeroalx <alexis.romero@open-xchange.com>
Thu, 9 May 2024 14:43:26 +0000 (16:43 +0200)
.github/workflows/build-and-test-all.yml

index dffc02f8ea21bb42e362fc60728b01e411f8d4fd..086000ea623c67b00dfb6c177942be59dd16e1fe 100644 (file)
@@ -270,7 +270,7 @@ jobs:
       - test-auth-backend
       - test-ixfrdist
     if: success() || failure()
-    runs-on: ubuntu-20.04
+    runs-on: ubuntu-22.04
     steps:
       - name: Install jq and jc
         run: "sudo apt-get update && sudo apt-get install jq jc"