Remove gcc-11 for builds on macos (#1942)

This commit is contained in:
Andreas Süßenbach 2024-08-19 12:31:21 +02:00 committed by GitHub
parent b2c409dd31
commit 61bc93f955
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,12 +12,8 @@ jobs:
strategy:
matrix:
os: [macos-12, macos-13]
# g++-12 and g++13 fail on some very innocent code... excluding them for now
compiler: [clang++, g++-11]
exclude:
# g++-11 fails on macos-13 with some linker assertion... excluding it for now
- os: macos-13
compiler: g++-11
# gcc-12 and gcc-13 fail on some very innocent code... excluding them for now
compiler: [clang++]
steps:
- uses: actions/checkout@v4