We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 991b807 + 2a366d4 commit 5dcadd8Copy full SHA for 5dcadd8
1 file changed
.github/workflows/linux.yml
@@ -18,30 +18,14 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - cc: gcc-11
22
- cxx: g++-11
+ - cc: gcc-13
+ cxx: g++-13
23
clang_major_version: null
24
clang_repo_suffix: null
25
- - cc: gcc-12
26
- cxx: g++-12
27
- clang_major_version: null
28
- clang_repo_suffix: null
29
- - cc: clang-15
30
- cxx: clang++-15
31
- clang_major_version: 15
32
- clang_repo_suffix: -15
33
- - cc: clang-16
34
- cxx: clang++-16
35
- clang_major_version: 16
36
- clang_repo_suffix: -16
37
- - cc: clang-17
38
- cxx: clang++-17
39
- clang_major_version: 17
40
- clang_repo_suffix: -17
41
- cc: clang-18
42
cxx: clang++-18
43
clang_major_version: 18
44
- clang_repo_suffix:
+ clang_repo_suffix: -18
45
steps:
46
- name: Add Clang/LLVM repositories
47
if: "${{ contains(matrix.cxx, 'clang') }}"
0 commit comments