From: romeroalx Date: Thu, 9 May 2024 14:36:59 +0000 (+0200) Subject: gh actions - build-and-test-all: use a ubuntu-22 runner for job collect X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F14152%2Fhead;p=thirdparty%2Fpdns.git gh actions - build-and-test-all: use a ubuntu-22 runner for job collect --- 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"