Skip to content

Commit 442be2c

Browse files
committed
remove x86
1 parent e22be72 commit 442be2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
117117
# repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} || exit 0"
118118

119119
[tool.cibuildwheel.macos]
120-
archs = "x86_64 arm64" # or "universal2" for a single universal wheel
120+
archs = "arm64" # or "universal2" for a single universal wheel
121121
environment = """
122122
MACOSX_DEPLOYMENT_TARGET=14.0
123123
LDFLAGS='-L$(brew --prefix libomp)/lib'

0 commit comments

Comments
 (0)