Skip to content

Commit 9d58404

Browse files
authored
bump CI up to clang-tidy 19 (AMReX-Astro#1675)
1 parent 3ceedde commit 9d58404

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/clang-tidy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
2727
- name: Install dependencies
2828
run: |
29-
.github/workflows/dependencies_clang-tidy-apt-llvm.sh 17
29+
.github/workflows/dependencies_clang-tidy-apt-llvm.sh 19
3030
3131
- name: Compile burn_cell_sdc
3232
run: |
3333
cd unit_test/burn_cell_sdc
34-
make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-17 CLANG_TIDY_WARN_ERROR=TRUE -j 4
34+
make USE_MPI=FALSE USE_CLANG_TIDY=TRUE CLANG_TIDY=clang-tidy-19 CLANG_TIDY_WARN_ERROR=TRUE -j 4
3535

0 commit comments

Comments
 (0)