We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4576aba commit 7608776Copy full SHA for 7608776
.github/workflows/build_wheels.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: Build macos-12 wheels
46
if: matrix.os == 'macos-12'
47
env:
48
- # all cp3xx, since old macs seem to only use osx 11+ builds if this is set not "none"
+ # all cp3xx, since old macs seem to only use osx 12+ builds if this is set not "none"
49
# see consistency with get_tag() in setup.py
50
MACOSX_DEPLOYMENT_TARGET: 12
51
CIBW_SKIP: pp*
0 commit comments