We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf20fc commit d6de341Copy full SHA for d6de341
1 file changed
.github/workflows/build-mac-wheels.yml
@@ -42,7 +42,7 @@ jobs:
42
# CIBW_BEFORE_BUILD: >-
43
# brew install libomp && ls -a /opt/homebrew/opt/libomp/
44
CIBW_ENVIRONMENT_MACOS: >-
45
- MACOSX_DEPLOYMENT_TARGET="14.0"
+ MACOSX_DEPLOYMENT_TARGET="15.0"
46
run: |
47
python -m cibuildwheel --output-dir wheelhouse
48
0 commit comments