diff options
author | 2025-05-17 10:26:05 +0100 | |
---|---|---|
committer | 2025-05-17 10:26:05 +0100 | |
commit | c93326b3868ea4d4ca4e2f65f9d49c8eca528b58 (patch) | |
tree | e68b4e6dd9a22d7e62ba01f099cbebe90b651a0b /.github/workflows/test.yaml | |
parent | update tests to use new default python version (diff) |
Replace deprecated ubuntu 20.04 CI runner with 24.04
Diffstat (limited to '')
-rw-r--r-- | .github/workflows/test.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index b711276..591ed51 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-20.04, ubuntu-22.04] + os: [ubuntu-22.04, ubuntu-24.04] steps: - name: Download image artifact |