Add g++-14 to MacOS workflow (#1948)

This commit is contained in:
Andreas Süßenbach 2024-08-21 18:06:26 +02:00 committed by GitHub
parent 3ab9238e91
commit 1069a086a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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