Skip to content

Commit

Permalink
Add a correct MACOSX_DEPLOYMENT_TARGET for macOS wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
mwydmuch committed Jan 7, 2024
1 parent e9c3e59 commit 3d5dda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
# Configure cibuildwheel to build native archs, and some emulated ones
CIBW_ARCHS_LINUX: x86_64 aarch64
CIBW_ARCHS_MACOS: x86_64
MACOSX_DEPLOYMENT_TARGET: 10.15
CIBW_ARCHS_WINDOWS: AMD64
CIBW_BUILD_VERBOSITY: 3
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
Expand Down

0 comments on commit 3d5dda6

Please sign in to comment.