Skip to content

Commit

Permalink
ci: fix archs for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
janden committed Jul 15, 2024
1 parent 8bf525e commit 53fc7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/finufft/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ archs = "x86_64"
before-all = "yum install -y fftw3-devel"

[tool.cibuildwheel.macos]
archs = "arm64"
archs = ["x86_64", "arm64"]

[tool.cibuildwheel.windows]
archs = "AMD64"
Expand Down

0 comments on commit 53fc7ba

Please sign in to comment.