Skip to content

Commit 0ed95d9

Browse files
committed
CI: Use Ubuntu 22.04 to keep supporting Python 3.7
1 parent ef6fb8d commit 0ed95d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: ["ubuntu-latest"]
35+
os: ["ubuntu-22.04"]
3636
python-version: [
3737
'3.7', '3.13',
3838
'pypy-3.9', 'pypy-3.10',

0 commit comments

Comments
 (0)