Skip to content

Commit 9b21a4f

Browse files
maarten-icolivhoenen
authored andcommitted
Move back to ubuntu-22.04 as runner
Python 3.7 is not available on `ubuntu-latest`.
1 parent e7e1ca5 commit 9b21a4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_with_pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
test:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
1313
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] # Test on multiple Python versions

0 commit comments

Comments
 (0)