Skip to content

Commit

Permalink
ci: Downgrade to clang-18
Browse files Browse the repository at this point in the history
LLVM is in the middle of a release migration and that's breaking package
installs. Reverting to clang-18, which is the current "stable" release
version.

Signed-off-by: Raghu Raja <[email protected]>
  • Loading branch information
rajachan committed Sep 19, 2024
1 parent 83f563c commit 420a42e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/distcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jobs:
include:
- cc-variant: latest
cc: clang
cc-version: 19
cc-version: 18
- cc-variant: latest
cc: gcc
cc-version: 13
Expand Down Expand Up @@ -256,7 +256,7 @@ jobs:
include:
- cc-variant: latest
cc: clang
cc-version: 19
cc-version: 18
- cc-variant: latest
cc: gcc
cc-version: 13
Expand Down

0 comments on commit 420a42e

Please sign in to comment.