From 97a6df78a463604d30064fd476df7877f4be6d0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Sep 2023 13:01:25 +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 3ce6e8be2..0799b2e6c 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -30,7 +30,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 @@ -308,7 +308,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@v4