diff --git a/pyproject.toml b/pyproject.toml index 5a3689555..476bdf12b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -328,6 +328,6 @@ test-command = "pytest --pyargs sisl -m 'not slow'" [tool.cibuildwheel.macos] archs = [ "x86_64", -# "universal2", + "universal2", ] test-skip = "*-macosx_arm64 *-macosx_universal2:arm64"