Skip to content

Commit

Permalink
Update Clang Matrix
Browse files Browse the repository at this point in the history
Summary:
The LLVM project no longer distributes Clang-15.

At the time of writing, the default being installed (which we call `0`) is Clang-18. Also available are Clang-17 and Clang-19.

Replace Clang-15 with Clang-19.

Differential Revision: D68445686
  • Loading branch information
agampe authored and facebook-github-bot committed Jan 21, 2025
1 parent ffb59af commit b2ad754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ jobs:
strategy:
matrix:
clang_version:
- 0
- 15
- 0 # At time of edit 18.
- 17
- 19
steps:
- uses: actions/[email protected]
- uses: "./.github/actions/prepare_debian"
Expand Down

0 comments on commit b2ad754

Please sign in to comment.