Skip to content

Commit

Permalink
Specify clang version
Browse files Browse the repository at this point in the history
  • Loading branch information
Pencilcaseman committed Oct 21, 2023
1 parent d6d64e9 commit 6193706
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,9 +288,10 @@ jobs:
xcode-version: latest

- name: Install Clang
if: matrix.os == 'macos-latest'
uses: KyleMayes/install-llvm-action@v1
with:
version: ${{ matrix.clangVer }}
version: "15.0"
directory: "./llvm"
env: on

Expand Down

0 comments on commit 6193706

Please sign in to comment.