Skip to content

Commit a385407

Browse files
committed
bump up the llvm version
Change-Id: I7de97d6bbb35b2b3d0bf50ebf5cc76c8dc377668
1 parent 5a92e40 commit a385407

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
- name: cmake
3737
run: |
3838
rm -rf ${{ github.workspace }}/build
39-
$(brew --prefix llvm@15)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
39+
$(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
4040
- name: make
4141
run: |
4242
cd ${{ github.workspace }}/build
43-
$(brew --prefix llvm@15)/bin/scan-build --exclude src/simdjson --status-bugs make -j
43+
$(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j

0 commit comments

Comments
 (0)