Skip to content

Commit

Permalink
Try x86 target 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 12, 2024
1 parent 9409eef commit c250a53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ before-all = [
"bash build-scripts/posix-build-wheel-deps.bash",
] # Use 'brew whatever || true' workaround until https://github.com/actions/setup-python/issues/577 is fixed
before-build = [
'if [ "$(uname -m)" == "arm64" ]; then export MACOSX_DEPLOYMENT_TARGET="11.0"; fi',
'export MACOSX_DEPLOYMENT_TARGET="11.0"',
] # Ensure each build is targeting 11.0 when we are on arm64. See docs/references/build.rst

[tool.cibuildwheel.windows]
Expand Down

0 comments on commit c250a53

Please sign in to comment.