Skip to content

Commit 5dcadd8

Browse files
authored
Merge pull request #331 from Libvisual/fix-linux-ci
Fix Linux CI (in particular Clang 18) + slim Linux compiler matrix a bit
2 parents 991b807 + 2a366d4 commit 5dcadd8

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

.github/workflows/linux.yml

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -18,30 +18,14 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
include:
21-
- cc: gcc-11
22-
cxx: g++-11
21+
- cc: gcc-13
22+
cxx: g++-13
2323
clang_major_version: null
2424
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
4125
- cc: clang-18
4226
cxx: clang++-18
4327
clang_major_version: 18
44-
clang_repo_suffix:
28+
clang_repo_suffix: -18
4529
steps:
4630
- name: Add Clang/LLVM repositories
4731
if: "${{ contains(matrix.cxx, 'clang') }}"

0 commit comments

Comments
 (0)