Skip to content

Commit

Permalink
Add GCC14/Linux 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 b1297e5 commit dea3e23
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, Clang-17]
compiler: [GCC-11, GCC-12, GCC-13, GCC-14, Clang-17]
test_with: [Headers, Module]
build_type: [Debug, Release]

Expand Down Expand Up @@ -39,6 +39,11 @@ jobs:
install: |
brew install gcc@13 ninja binutils
brew link --force binutils
- compiler: GCC-14
cxx: g++-14
install: |
brew install gcc@14 ninja binutils
brew link --force binutils
- compiler: Clang-17
cxx: $(brew --prefix llvm@17)/bin/clang++
install: |
Expand Down

0 comments on commit dea3e23

Please sign in to comment.