Skip to content

Commit

Permalink
Fix clang install versions for github actions linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Nov 24, 2024
1 parent f2fa4db commit 48e5076
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci-cpu-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@ jobs:
cxx: "g++-12",
}
- {
cc: "clang-16",
cxx: "clang++-16",
}
- {
cc: "clang-17",
cxx: "clang++-17",
cc: "clang-14",
cxx: "clang++-14",
}
- {
cc: "clang-18",
Expand Down

0 comments on commit 48e5076

Please sign in to comment.