From 3dfd53a549f656a96d7f0b081c6e8e29dd63ee65 Mon Sep 17 00:00:00 2001 From: Wilson Snyder Date: Tue, 13 May 2025 22:21:21 -0400 Subject: [PATCH] CI: Move coverage + contributor actions to 24.04 --- .github/workflows/contributor.yml | 2 +- .github/workflows/coverage.yml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/contributor.yml b/.github/workflows/contributor.yml index 64128c3b8..9731a0c5b 100644 --- a/.github/workflows/contributor.yml +++ b/.github/workflows/contributor.yml @@ -12,7 +12,7 @@ permissions: jobs: Test: name: "'docs/CONTRIBUTORS' was signed" - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4 - run: test_regress/t/t_dist_contributors.py diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 970b93efb..af79c09b6 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -26,10 +26,10 @@ defaults: jobs: Build: - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 env: CI_BUILD_STAGE_NAME: build - CI_RUNS_ON: ubuntu-22.04 + CI_RUNS_ON: ubuntu-24.04 steps: - name: Checkout @@ -62,11 +62,11 @@ jobs: num: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] include: - {test: dist, num: ''} - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 name: test-${{ matrix.test }}${{ matrix.num }} env: CI_BUILD_STAGE_NAME: test - CI_RUNS_ON: ubuntu-22.04 + CI_RUNS_ON: ubuntu-24.04 steps: - name: Download tar archive