Skip to content

Commit 53fc7ba

Browse files
committed
ci: fix archs for macOS
1 parent 8bf525e commit 53fc7ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/finufft/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ archs = "x86_64"
6464
before-all = "yum install -y fftw3-devel"
6565

6666
[tool.cibuildwheel.macos]
67-
archs = "arm64"
67+
archs = ["x86_64", "arm64"]
6868

6969
[tool.cibuildwheel.windows]
7070
archs = "AMD64"

0 commit comments

Comments
 (0)