From: romeroalx Date: Fri, 3 May 2024 15:00:01 +0000 (+0200) Subject: gh actions - build-and-test-all: use ubuntu-22.04 runners X-Git-Tag: rec-4.8.9~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14134%2Fhead;p=thirdparty%2Fpdns.git gh actions - build-and-test-all: use ubuntu-22.04 runners --- diff --git a/.github/workflows/build-and-test-all.yml b/.github/workflows/build-and-test-all.yml index 5bdca96f7a..1973183789 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -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"