Skip to content

Commit

Permalink
Add GCC14/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 895481c commit cc6d194
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,22 +14,22 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
compiler: [GCC-13, LLVM-Clang-16, LLVM-Clang-17]
compiler: [GCC-14, LLVM-Clang-16, LLVM-Clang-17]
test_with: [Headers, Module]
build_type: [Debug, Release]

exclude:
- compiler: GCC-13
# test_with: Module
- compiler: GCC-14
test_with: Module
- compiler: LLVM-Clang-16
test_with: Module

include:
# - compiler: GCC-13
# cxx: g++-13
# install: |
# brew update
# brew install gcc@13 ninja
- compiler: GCC-14
cxx: g++-14
install: |
brew update
brew install gcc@14 ninja
- compiler: LLVM-Clang-16
cxx: $(brew --prefix llvm@16)/bin/clang++
install: |
Expand Down

0 comments on commit cc6d194

Please sign in to comment.