From 333dc2546900c307e4de14f75a28d8231d1689ad Mon Sep 17 00:00:00 2001 From: Sebastien Roy Date: Tue, 8 Oct 2024 16:03:43 -0400 Subject: [PATCH] test clang --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ae303ae..20ba63f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -198,4 +198,4 @@ test-command = "pytest -s -vv --import-mode importlib {project}/tests/fast_pauli [tool.cibuildwheel.macos] before-build = "brew install llvm" -environment = "CXX=clang++" +environment = "CXX=clang++-19"