Skip to content

Commit b9c8984

Browse files
committed
Test clang++-18 on linux CI too
1 parent 056d687 commit b9c8984

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ jobs:
3030
matrix:
3131
# TODO: sanitizer: [debug, release, asan, usan, tsan]
3232
sanitizer: [debug, release]
33-
# TODO: compiler: [g++-14, clang++-18]
34-
compiler: [g++-14]
33+
compiler: [g++-14, clang++-18]
3534

3635
steps:
3736
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)