Skip to content

Commit 535cbda

Browse files
authored
[CI] Uplift clang-tidy version to 19 (#325)
1 parent 4ceee76 commit 535cbda

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/static-analysis-pr.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: review
2222
with:
2323
build_dir: build
24-
apt_packages: mpich,libmpich*,mpi*,openmpi-bin,ninja-build,libomp-18-dev,valgrind
24+
apt_packages: mpich,libmpich*,mpi*,openmpi-bin,ninja-build,libomp-19-dev,valgrind
2525
cmake_command: >
2626
cmake -S . -B build
2727
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
@@ -33,11 +33,11 @@ jobs:
3333
config_file: .clang-tidy
3434
exclude: 3rdparty
3535
split_workflow: true
36-
clang_tidy_version: "18"
36+
clang_tidy_version: "19"
3737
lgtm_comment_body: ""
3838
env:
39-
CC: clang-18
40-
CXX: clang++-18
39+
CC: clang-19
40+
CXX: clang++-19
4141
- if: steps.review.outputs.total_comments > 0
4242
run: exit 1
4343
clang-tidy-for-gcc-build:
@@ -56,7 +56,7 @@ jobs:
5656
id: review
5757
with:
5858
build_dir: build
59-
apt_packages: mpich,libmpich*,mpi*,openmpi-bin,ninja-build,libomp-18-dev,valgrind
59+
apt_packages: mpich,libmpich*,mpi*,openmpi-bin,ninja-build,libomp-19-dev,valgrind
6060
cmake_command: >
6161
cmake -S . -B build
6262
-D CMAKE_C_COMPILER_LAUNCHER=ccache -D CMAKE_CXX_COMPILER_LAUNCHER=ccache
@@ -68,7 +68,7 @@ jobs:
6868
config_file: .clang-tidy
6969
exclude: 3rdparty
7070
split_workflow: true
71-
clang_tidy_version: "18"
71+
clang_tidy_version: "19"
7272
lgtm_comment_body: ""
7373
- if: steps.review.outputs.total_comments > 0
7474
run: |

0 commit comments

Comments
 (0)