Skip to content

Commit

Permalink
linux.yml: Bump to Clang 18
Browse files Browse the repository at this point in the history
  • Loading branch information
hartwork committed May 24, 2024
1 parent 114b647 commit b5f8614
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
clang_major_version: null
clang_repo_suffix: null
runs-on: ubuntu-24.04
- cc: clang-17
cxx: clang++-17
clang_major_version: 17
clang_repo_suffix: -17
- cc: clang-18
cxx: clang++-18
clang_major_version: 18
clang_repo_suffix: -18
runs-on: ubuntu-22.04
steps:
- name: Add Clang/LLVM repositories
Expand Down

0 comments on commit b5f8614

Please sign in to comment.