diff --git a/pyproject.toml b/pyproject.toml index 19fe4c2..a52a3fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -197,5 +197,4 @@ test-requires = "pytest" test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli" [tool.cibuildwheel.macos] -before-build = "brew install llvm libomp" -environment = "CXX=clang++" +environment = "CXX=gcc-14"