Skip to content

Commit 17e8509

Browse files
committed
install llvm@15
Change-Id: I79aa47c1cd155bc095ed69986e6a8281f5015c4e
1 parent 1f4386c commit 17e8509

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/macos-scan-build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,16 @@ jobs:
3232
3333
- name: install brew
3434
run: |
35-
brew install llvm
35+
brew install llvm@15
3636
3737
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3838
with:
3939
submodules: recursive
4040
- name: cmake
4141
run: |
4242
rm -rf ${{ github.workspace }}/build
43-
/usr/local/opt/llvm/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
43+
/usr/local/opt/llvm@15/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4444
- name: make
4545
run: |
4646
cd ${{ github.workspace }}/build
47-
/usr/local/opt/llvm/bin/scan-build --exclude src/simdjson --status-bugs make -j
47+
/usr/local/opt/llvm@15/bin/scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)