Skip to content

Commit 2a366d4

Browse files
committed
linux.yml: Drop GCC 11/12 and Clang 15/16/17
1 parent 59f9ae3 commit 2a366d4

1 file changed

Lines changed: 0 additions & 20 deletions

File tree

.github/workflows/linux.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,10 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
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-
clang_major_version: null
28-
clang_repo_suffix: null
2921
- cc: gcc-13
3022
cxx: g++-13
3123
clang_major_version: null
3224
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
4525
- cc: clang-18
4626
cxx: clang++-18
4727
clang_major_version: 18

0 commit comments

Comments
 (0)