We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59f9ae3 commit 2a366d4Copy full SHA for 2a366d4
1 file changed
.github/workflows/linux.yml
@@ -18,30 +18,10 @@ jobs:
18
fail-fast: false
19
matrix:
20
include:
21
- - cc: gcc-11
22
- cxx: g++-11
23
- clang_major_version: null
24
- clang_repo_suffix: null
25
- - cc: gcc-12
26
- cxx: g++-12
27
28
29
- cc: gcc-13
30
cxx: g++-13
31
clang_major_version: null
32
clang_repo_suffix: null
33
- - cc: clang-15
34
- cxx: clang++-15
35
- clang_major_version: 15
36
- clang_repo_suffix: -15
37
- - cc: clang-16
38
- cxx: clang++-16
39
- clang_major_version: 16
40
- clang_repo_suffix: -16
41
- - cc: clang-17
42
- cxx: clang++-17
43
- clang_major_version: 17
44
- clang_repo_suffix: -17
45
- cc: clang-18
46
cxx: clang++-18
47
clang_major_version: 18
0 commit comments