Skip to content

Commit 321ebd5

Browse files
committed
linux_and_macos.yml: Drop compilation with Clang 17
.. because Clang 18 is stricter, we have no Code specific to Clang 17, and bmake on Linux is still covered by other matrix entries.
1 parent aef9d29 commit 321ebd5

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/linux_and_macos.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,6 @@ 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

0 commit comments

Comments
 (0)