Skip to content

Commit

Permalink
Build universal2 wheels on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin authored Jul 29, 2024
1 parent 6ea8f96 commit 79a13db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ musllinux-s390x-image = "musllinux_1_1"
archs = ["AMD64", "x86"]

[tool.cibuildwheel.macos]
archs = ["x86_64", "arm64"]
archs = ["universal2"]

[tool.cibuildwheel.linux]
archs = ["x86_64", "i686", "aarch64", "ppc64le", "s390x"]
Expand Down

0 comments on commit 79a13db

Please sign in to comment.