Skip to content

Commit

Permalink
Add Clang18/macos to CI test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
tcbrindle committed Jun 3, 2024
1 parent b45e5db commit ea00704
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
compiler: [GCC-13, LLVM-Clang-16, LLVM-Clang-17]
compiler: [GCC-13, LLVM-Clang-16, LLVM-Clang-17, LLVM-Clang-18]
test_with: [Headers, Module]
build_type: [Debug, Release]

Expand All @@ -38,6 +38,10 @@ jobs:
cxx: $(brew --prefix llvm@17)/bin/clang++
install: |
brew install llvm@17 ninja
- compiler: LLVM-Clang-18
cxx: $(brew --prefix llvm@18)/bin/clang++
install: |
brew install llvm@18 ninja
steps:
Expand Down

0 comments on commit ea00704

Please sign in to comment.