Skip to content

Commit 11760ea

Browse files
authored
💚 Fix test matrix for Python 3.7 (#1116)
1 parent a8765eb commit 11760ea

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
@@ -22,7 +22,7 @@ jobs:
2222
os: [ ubuntu-latest, windows-latest, macos-latest ]
2323
python-version: [ "3.12" ]
2424
include:
25-
- os: ubuntu-latest
25+
- os: ubuntu-22.04
2626
python-version: "3.7"
2727
- os: macos-latest
2828
python-version: "3.8"

0 commit comments

Comments
 (0)