Skip to content

Commit 1560493

Browse files
committed
Fix and modernize clang-tidy CI config
1 parent 188039d commit 1560493

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/clang-tidy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ jobs:
1313
- image: "debian:trixie"
1414
clang: 19
1515
- image: "debian:testing"
16-
clang: 21
17-
# - image: "debian:experimental"
18-
# clang: 21
16+
clang: 22
17+
- image: "debian:experimental"
18+
clang: 23
1919
container:
2020
image: ${{ matrix.image }}
2121
env:
2222
BUILD_TYPE: Dev
2323
CC: clang-${{ matrix.clang }}
2424
CXX: clang++-${{ matrix.clang }}
25-
CPP_VERSION: c++17
25+
CPP_VERSION: 17
2626
APT_LISTCHANGES_FRONTEND: none
2727
DEBIAN_FRONTEND: noninteractive
2828
steps:

0 commit comments

Comments
 (0)