Skip to content

Commit 362e87f

Browse files
authored
bump clang-tidy to 19 (#3002)
1 parent 90ed657 commit 362e87f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
2626
- name: Install dependencies
2727
run: |
28-
.github/workflows/dependencies_clang-tidy-apt-llvm.sh 17
28+
.github/workflows/dependencies_clang-tidy-apt-llvm.sh 19
2929
3030
- name: Compile flame_wave
3131
run: |
3232
echo $AMREX_HOME
3333
echo $MICROPHYSICS_HOME
3434
cd Exec/science/subchandra
35-
make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-17 CLANG_TIDY_WARN_ERROR=TRUE -j 4
35+
make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-19 CLANG_TIDY_WARN_ERROR=TRUE -j 4
3636

0 commit comments

Comments
 (0)