Skip to content

Commit f98f2f2

Browse files
authored
Merge pull request #170 from hartwork/fix-linux-ci
Linux CI: Fix Clang 18 + drop Clang 17
2 parents 374bca3 + 321ebd5 commit f98f2f2

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/linux_and_macos.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,10 @@ jobs:
2828
clang_repo_suffix: null
2929
make: make
3030
runs-on: ubuntu-22.04
31-
- cc: clang-17
32-
cxx: clang++-17
33-
clang_major_version: 17
34-
clang_repo_suffix: -17
35-
make: bmake
36-
runs-on: ubuntu-22.04
3731
- cc: clang-18
3832
cxx: clang++-18
3933
clang_major_version: 18
40-
clang_repo_suffix:
34+
clang_repo_suffix: -18
4135
make: bmake
4236
runs-on: ubuntu-22.04
4337
- cc: musl-gcc

0 commit comments

Comments
 (0)