ci: use ubuntu v24 for GNU tests

This commit is contained in:
Daniel Hofstetter 2024-10-02 16:35:26 +02:00
parent 382e787d1c
commit 96cb1646e9

View file

@ -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