Skip to content

Commit

Permalink
ci: Update llvm brew ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jirimosinger authored Jul 13, 2022
1 parent f47ea12 commit 29ced13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
- os: macos-11
native: darwin
prereq: brew install ninja
config: cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(brew --prefix llvm@13)/bin/clang -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@13)/bin/clang++ -DLLVM_PATH=$(brew --prefix llvm@13) -DBUILD_VSIX=Off ../
config: cmake -G Ninja -DCMAKE_BUILD_TYPE=Release -DCMAKE_C_COMPILER=$(brew --prefix llvm@14)/bin/clang -DCMAKE_CXX_COMPILER=$(brew --prefix llvm@14)/bin/clang++ -DLLVM_PATH=$(brew --prefix llvm@14) -DBUILD_VSIX=Off ../
container: ${{ matrix.container }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 29ced13

Please sign in to comment.