Skip to content

Commit

Permalink
Merge pull request #170 from hartwork/fix-linux-ci
Browse files Browse the repository at this point in the history
Linux CI: Fix Clang 18 + drop Clang 17
  • Loading branch information
hartwork authored Jan 26, 2024
2 parents 374bca3 + 321ebd5 commit f98f2f2
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/linux_and_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,10 @@ jobs:
clang_repo_suffix: null
make: make
runs-on: ubuntu-22.04
- cc: clang-17
cxx: clang++-17
clang_major_version: 17
clang_repo_suffix: -17
make: bmake
runs-on: ubuntu-22.04
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
clang_repo_suffix:
clang_repo_suffix: -18
make: bmake
runs-on: ubuntu-22.04
- cc: musl-gcc
Expand Down

0 comments on commit f98f2f2

Please sign in to comment.