Skip to content

Commit 1ae2e0c

Browse files
committed
CMake/CI: Update clang-tidy
1 parent 1560493 commit 1ae2e0c

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
image: ["debian:trixie", "debian:testing"]
1211
include:
1312
- image: "debian:trixie"
1413
clang: 19

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ endif()
328328
#
329329
#-----------------------------------------------------------------------------
330330
message(STATUS "Looking for clang-tidy")
331-
find_program(CLANG_TIDY NAMES clang-tidy clang-tidy-22 clang-tidy-21 clang-tidy-20 clang-tidy-19 clang-tidy-18 clang-tidy-17 clang-tidy-16 clang-tidy-15)
331+
find_program(CLANG_TIDY NAMES clang-tidy clang-tidy-23 clang-tidy-22 clang-tidy-21 clang-tidy-20 clang-tidy-19)
332332

333333
if(CLANG_TIDY)
334334
message(STATUS "Looking for clang-tidy - found ${CLANG_TIDY}")

0 commit comments

Comments
 (0)