CI: Move coverage + contributor actions to 24.04

This commit is contained in:
Wilson Snyder 2025-05-13 22:21:21 -04:00
parent 91c52a4972
commit 3dfd53a549
2 changed files with 5 additions and 5 deletions

View File

@ -12,7 +12,7 @@ permissions:
jobs: jobs:
Test: Test:
name: "'docs/CONTRIBUTORS' was signed" name: "'docs/CONTRIBUTORS' was signed"
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: test_regress/t/t_dist_contributors.py - run: test_regress/t/t_dist_contributors.py

View File

@ -26,10 +26,10 @@ defaults:
jobs: jobs:
Build: Build:
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
env: env:
CI_BUILD_STAGE_NAME: build CI_BUILD_STAGE_NAME: build
CI_RUNS_ON: ubuntu-22.04 CI_RUNS_ON: ubuntu-24.04
steps: steps:
- name: Checkout - name: Checkout
@ -62,11 +62,11 @@ jobs:
num: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] num: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9]
include: include:
- {test: dist, num: ''} - {test: dist, num: ''}
runs-on: ubuntu-22.04 runs-on: ubuntu-24.04
name: test-${{ matrix.test }}${{ matrix.num }} name: test-${{ matrix.test }}${{ matrix.num }}
env: env:
CI_BUILD_STAGE_NAME: test CI_BUILD_STAGE_NAME: test
CI_RUNS_ON: ubuntu-22.04 CI_RUNS_ON: ubuntu-24.04
steps: steps:
- name: Download tar archive - name: Download tar archive