From 55a8c42c77e78e2ecb87058cb9b07d13b54edbd5 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Fri, 3 May 2024 17:00:01 +0200 Subject: [PATCH] gh actions - build-and-test-all: use ubuntu-22.04 runners --- .github/workflows/build-and-test-all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2