We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a92e40 commit a385407Copy full SHA for a385407
.github/workflows/macos-scan-build.yml
@@ -36,8 +36,8 @@ jobs:
36
- name: cmake
37
run: |
38
rm -rf ${{ github.workspace }}/build
39
- $(brew --prefix llvm@15)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
+ $(brew --prefix llvm@16)/bin/scan-build cmake -B ${{ github.workspace }}/build -DCMAKE_INSTALL_PREFIX=${{ github.workspace }}
40
- name: make
41
42
cd ${{ github.workspace }}/build
43
- $(brew --prefix llvm@15)/bin/scan-build --exclude src/simdjson --status-bugs make -j
+ $(brew --prefix llvm@16)/bin/scan-build --exclude src/simdjson --status-bugs make -j
0 commit comments