Skip to content

Commit a96b2e8

Browse files
committed
fix build
1 parent 0582159 commit a96b2e8

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
@@ -118,7 +118,7 @@ repair-wheel-command = "auditwheel-symbols --manylinux 2014 {wheel} ; abi3audit
118118

119119
[tool.cibuildwheel.macos]
120120
environment = "MACOSX_DEPLOYMENT_TARGET=14.0"
121-
archs = ["arm64", "universal2"]
121+
archs = ["universal2"]
122122
build = "cp*"
123123
skip = "cp36-* cp37-* cp38-* cp39-* cp313-* cp314-* cp315-* pypy* pp*"
124124
before-build = "brew install libomp llvm&&echo 'export PATH=\"/opt/homebrew/opt/llvm/bin:$PATH\"' >> /Users/runner/.bash_profile"

0 commit comments

Comments
 (0)