Skip to content

Commit 0597d78

Browse files
authored
Merge pull request #57 from hsluv/get-off-of-ubuntu-20-04
Get CI off of about-to-be-removed Ubuntu 20.04
2 parents 567eda6 + 82c99df commit 0597d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: [3.9, 3.13] # no current need for in-between versions
1818
name: Run the Test Suite
19-
runs-on: ubuntu-20.04
19+
runs-on: ubuntu-24.04
2020
steps:
2121
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2222

0 commit comments

Comments
 (0)