We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d165ad9 commit b68209eCopy full SHA for b68209e
.github/workflows/python-package.yml
@@ -17,7 +17,7 @@ jobs:
17
18
fail-fast: false
19
matrix:
20
- os: [ubuntu-latest, windows-latest]
+ os: [macos-latest]
21
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
22
23
steps:
0 commit comments