From 96cb1646e92eae72fc97909c2f265ac90f95e922 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Wed, 2 Oct 2024 16:35:26 +0200 Subject: [PATCH] ci: use ubuntu v24 for GNU tests --- .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 0ef8600cb..5bc74e952 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-22.04 + runs-on: ubuntu-24.04 steps: - name: Initialize workflow variables id: vars @@ -333,7 +333,7 @@ jobs: gnu_coverage: name: Run GNU tests with coverage - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Checkout code uutil uses: actions/checkout@v4