Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mosfet80 authored Jan 7, 2025
1 parent 8bbbf64 commit 0074304
Showing 1 changed file with 9 additions and 16 deletions.
25 changes: 9 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,19 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
compiler: g++-7
install: g++-7
- os: ubuntu-22.04
compiler: g++-14
install: g++-14
- os: ubuntu-latest
compiler: g++-11
install: g++-11
compiler: g++-16
install: g++-16
extra_build_flags: -DENABLE_COVERAGE:BOOL=ON # coverage build
- os: ubuntu-20.04
compiler: clang++-7
install: clang-7
- os: ubuntu-latest
compiler: clang++-12
- os: ubuntu-latest
compiler: clang++-13
- os: ubuntu-latest
compiler: clang++-14
- os: macos-11
compiler: g++-10
- os: macos-latest
compiler: clang++-18
- os: macos-13
compiler: g++-12
- os: macos-latest
compiler: g++-13
- os: macos-latest
comp: AppleClang # unused: this is the default compiler and not obvious to specify
# explicitly, but we still want to see the compiler string in the
Expand Down

0 comments on commit 0074304

Please sign in to comment.