Skip to content

Commit

Permalink
Add g++-14 to MacOS workflow (#1948)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach authored Aug 21, 2024
1 parent 3ab9238 commit 1069a08
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-13 fails on some very innocent code... excluding them for now
compiler: [clang++, g++-12]
# g++-13 fails on macos-12 and macos-13 with some error in stdio.h !
compiler: [clang++, g++-12, g++-14]

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

0 comments on commit 1069a08

Please sign in to comment.