Skip to content

Commit d6de341

Browse files
authored
Update build-mac-wheels.yml
1 parent adf20fc commit d6de341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-mac-wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
# CIBW_BEFORE_BUILD: >-
4343
# brew install libomp && ls -a /opt/homebrew/opt/libomp/
4444
CIBW_ENVIRONMENT_MACOS: >-
45-
MACOSX_DEPLOYMENT_TARGET="14.0"
45+
MACOSX_DEPLOYMENT_TARGET="15.0"
4646
run: |
4747
python -m cibuildwheel --output-dir wheelhouse
4848

0 commit comments

Comments
 (0)