We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52cceaf commit d6cdb67Copy full SHA for d6cdb67
.github/workflows/pythonpackage.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- os: ["ubuntu-latest", "macos-latest", "windows-latest"]
+ os: ["ubuntu-22.04", "macos-latest", "windows-latest"]
17
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
18
exclude:
19
- os: "macos-latest"
0 commit comments