Skip to content

Commit

Permalink
Merge pull request #27 from ricab/gha-ulatest
Browse files Browse the repository at this point in the history
[gha] Adapt to updated images in CI
  • Loading branch information
ricab authored Feb 28, 2023
2 parents 0f27c5b + 9f2f789 commit ce67e62
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- os: ubuntu-18.04
compiler: g++-4.8
install: g++-4.8
- os: ubuntu-latest
- os: ubuntu-20.04
compiler: g++-7
install: g++-7
- os: ubuntu-latest
Expand All @@ -25,20 +25,19 @@ jobs:
compiler: g++-11
install: g++-11
extra_build_flags: -DENABLE_COVERAGE:BOOL=ON # coverage build
- os: ubuntu-latest
- os: ubuntu-20.04
compiler: clang++-7
install: clang-7
- os: ubuntu-latest
compiler: clang++-11
- os: ubuntu-latest
compiler: clang++-12
- os: ubuntu-22.04 # beta, not latest ATTOW
- os: ubuntu-latest
compiler: clang++-13
install: clang-13
- os: macos-latest
compiler: g++-9
- os: ubuntu-latest
compiler: clang++-14
- os: macos-11
compiler: g++-10
- os: macos-latest
compiler: g++-11
compiler: g++-12
- 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 ce67e62

Please sign in to comment.