Skip to content

Commit 67c96a9

Browse files
committed
fix universal2 arch
1 parent bff3e46 commit 67c96a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ archs = ["x86_64"]
106106
[tool.cibuildwheel.macos]
107107
before-all = "bash build_dependencies/install_macos.sh"
108108
environment = { CPATH = "$(brew --prefix)/include:$(brew --prefix)/include/eigen3", LD_LIBRARY_PATH = "$(brew --prefix)/lib" }
109-
archs = ["x86_64", "universal"]
109+
archs = ["x86_64", "universal2"]
110110

111111
[tool.cibuildwheel.windows]
112112
before-all = "powershell build_dependencies\\install_windows.ps1"

0 commit comments

Comments
 (0)