From eea93219135d7cc298b5acc3490d8855b7664c10 Mon Sep 17 00:00:00 2001 From: romeroalx Date: Thu, 9 May 2024 16:36:59 +0200 Subject: [PATCH] gh actions - build-and-test-all: use a ubuntu-22 runner for job collect --- .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 152439fe50..af61dc5b66 100644 --- a/.github/workflows/build-and-test-all.yml +++ b/.github/workflows/build-and-test-all.yml @@ -104,7 +104,7 @@ jobs: - build-dnsdist - test-dnsdist-regression 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" -- 2.47.2