diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 853420fc..ca814d22 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -24,6 +24,9 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Use llvm-clang on macOS + if: ${{ runner.os == 'macOS' }} + run: $(brew --prefix llvm@15)/bin/clang - name: Set up Python ${{ matrix.python-version }} uses: conda-incubator/setup-miniconda@v3 with: