We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1fab26 commit 7abe9c1Copy full SHA for 7abe9c1
.github/workflows/python-package.yml
@@ -19,7 +19,7 @@ jobs:
19
matrix:
20
# would use windows-latest, but distutils tries to build against the version of MSVC that python was compiled with
21
# https://github.com/pypa/setuptools/blob/main/setuptools/_distutils/msvc9compiler.py#L403
22
- os: [ "ubuntu-latest", "macos-latest", "windows-2019" ]
+ os: [ "ubuntu-latest", "macos-12", "windows-2019" ]
23
python-version: ["3.7", "3.8", "3.9", "3.10"]
24
#os: [ "ubuntu-latest" ]
25
#python-version: ["3.8"]
0 commit comments