From 82c99dffcc97d8e073f95f491e2a1c8d4e0d5069 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Tue, 11 Feb 2025 23:12:49 +0100 Subject: [PATCH] Get CI off of about-to-be-removed Ubuntu 20.04 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2e24324..bd63d8b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: matrix: python-version: [3.9, 3.13] # no current need for in-between versions name: Run the Test Suite - runs-on: ubuntu-20.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2