Skip to content

Commit

Permalink
Add g++12 for ubuntu builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach committed Jul 10, 2024
1 parent 630d8da commit 30da311
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ jobs:

strategy:
matrix:
# g++-12 fails on some very innocent code... excluding it for now
compiler: [clang++-13, clang++-14, clang++-15, g++-10, g++-11]
compiler: [clang++-13, clang++-14, clang++-15, g++-10, g++-11, g++12]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 30da311

Please sign in to comment.