Skip to content

Commit

Permalink
Add g++-12 to MacOS workflow. (#1945)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach authored Aug 20, 2024
1 parent d86b49c commit 3ab9238
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
compiler: [clang++]
# gcc-13 fails on some very innocent code... excluding them for now
compiler: [clang++, g++-12]

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

0 comments on commit 3ab9238

Please sign in to comment.