Skip to content

Commit

Permalink
Add Clang 19 to Linux test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle committed Nov 5, 2024
1 parent 8c57302 commit bf9fbad
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
compiler: [GCC-11, GCC-12, GCC-13, GCC-14, Clang-17, Clang-18]
compiler: [GCC-11, GCC-12, GCC-13, GCC-14, Clang-17, Clang-18, Clang-19]
test_with: [Headers, Module]
build_type: [Debug, Release]

Expand Down Expand Up @@ -56,6 +56,11 @@ jobs:
install: |
brew install llvm@18 ninja binutils
brew link --force binutils
- compiler: Clang-19
cxx: $(brew --prefix llvm@19)/bin/clang++
install: |
brew install llvm@19 ninja binutils
brew link --force binutils
steps:
- uses: actions/checkout@master
Expand Down

0 comments on commit bf9fbad

Please sign in to comment.