From bcec9426108506df8d47057559f94121d976cbc7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:54:22 +0000 Subject: [PATCH] chore(deps): update dependency ubuntu to v22 --- .github/workflows/GnuTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index eb3e22a805..0879f18bf6 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -26,7 +26,7 @@ jobs: contents: read # for actions/checkout to fetch code pull-requests: read # for dawidd6/action-download-artifact to query commit hash name: Run GNU tests - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Initialize workflow variables id: vars @@ -304,7 +304,7 @@ jobs: gnu_coverage: name: Run GNU tests with coverage - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - name: Checkout code uutil uses: actions/checkout@v3