Add g++-12 to MacOS workflow. (#1945)

This commit is contained in:
Andreas Süßenbach 2024-08-20 17:34:34 +02:00 committed by GitHub
parent d86b49ca04
commit 3ab9238e91
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-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