Skip to content

Commit 4101be7

Browse files
committed
Update CI to newer runner
Ubuntu 20.04 image on GitHub Actions will be deprecated on 2025-04-01.
1 parent c2c86b9 commit 4101be7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ permissions: read-all
99

1010
jobs:
1111
test:
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
strategy:
1414
matrix:
1515
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12']

0 commit comments

Comments
 (0)