Skip to content

Commit 576e1b1

Browse files
committed
Revert "Update pyproject.toml - do not build a universal wheel"
This reverts commit 5fc755f.
1 parent 5fc755f commit 576e1b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ select = "*-musllinux*"
2020
repair-wheel-command = "LD_LIBRARY_PATH=/project/ci/lib auditwheel repair -w {dest_dir} {wheel}"
2121

2222
[tool.cibuildwheel.macos]
23-
archs = ["x86_64", "arm64"]
23+
archs = ["universal2"]
2424
environment = {LIBGIT2_VERSION="1.9.0", LIBSSH2_VERSION="1.11.1", OPENSSL_VERSION="3.2.3", LIBGIT2="/Users/runner/work/pygit2/pygit2/ci"}
2525
repair-wheel-command = "DYLD_LIBRARY_PATH=/Users/runner/work/pygit2/pygit2/ci/lib delocate-wheel --require-archs {delocate_archs} -w {dest_dir} {wheel}"
2626

0 commit comments

Comments
 (0)