Skip to content

Commit 3a60ce5

Browse files
committed
Actions (Linux): Start covering Clang 17
(based on commit 5ebc1dc)
1 parent 53ba68b commit 3a60ce5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/linux.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
cxx: clang++-16
3535
clang_major_version: 16
3636
clang_repo_suffix: -16
37+
- cc: clang-17
38+
cxx: clang++-17
39+
clang_major_version: 17
40+
clang_repo_suffix:
3741
steps:
3842
- name: Add Clang/LLVM repositories
3943
if: "${{ contains(matrix.cxx, 'clang') }}"

0 commit comments

Comments
 (0)