Skip to content

Commit

Permalink
Try building arm64 on macos14
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 15, 2024
1 parent 32ac764 commit 7fd58d1
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 @@ -177,7 +177,7 @@ environment.SYSTEM_VERSION_COMPAT = 0
[[tool.cibuildwheel.overrides]]
select = "*-macosx*arm64"
inherit.environment = "append"
environment.MACOSX_DEPLOYMENT_TARGET = "11.0"
environment.MACOSX_DEPLOYMENT_TARGET = "14.0"

[tool.cibuildwheel.windows]

Expand Down

0 comments on commit 7fd58d1

Please sign in to comment.