diff --git a/.github/workflows/wheels.yaml b/.github/workflows/wheels.yaml index e63174fb..c199138e 100644 --- a/.github/workflows/wheels.yaml +++ b/.github/workflows/wheels.yaml @@ -288,6 +288,7 @@ jobs: with: xcode-version: latest + # This doesn't work for some reason # - name: Install Clang # if: matrix.os == 'macos-13' # uses: KyleMayes/install-llvm-action@v1 @@ -296,12 +297,12 @@ jobs: # directory: "./llvm" # env: on - - name: Install Clang - if: matrix.os == 'macos-13' - run: | - rm -f '/usr/local/bin/2to3' - rm -f '/usr/local/bin/2to3-*' - brew install llvm libomp + # This also doesn't work :( + # - name: Install Clang + # if: matrix.os == 'macos-13' + # run: | + # rm -f '/usr/local/bin/2to3*' + # brew install llvm libomp - name: Build Wheels if: runner.os == 'macOS' @@ -318,8 +319,8 @@ jobs: GITHUB_ACTIONS: ON LIBRAPID_GET_BLAS: OFF LIBRAPID_GET_FFTW: OFF - CC: /usr/local/opt/llvm/bin/clang - CXX: /usr/local/opt/llvm/bin/clang++ + CC: $(brew --prefix llvm)/bin/clang + CXX: $(brew --prefix llvm)/bin/clang++ run: | python -m pip install cibuildwheel