Skip to content

Commit 1c67d03

Browse files
committed
github action: run tests on 22.04 for py37 support
1 parent 93a51f9 commit 1c67d03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
max-parallel: 8
2525
matrix:
2626
python-version: [3.7, 3.13]
27-
os: [ubuntu-latest, windows-latest, macOS-latest]
27+
os: [ubuntu-22.04, windows-latest, macos-latest]
2828
exclude:
2929
- os: macos-latest
3030
python-version: 3.7

0 commit comments

Comments
 (0)