Remove macos-12 from workflow. (#1986)

This commit is contained in:
Andreas Süßenbach 2024-10-30 13:34:01 +01:00 committed by GitHub
parent 6e5489fcd9
commit 17a245e6ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,8 +11,8 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [macos-12, macos-13] os: [macos-13]
# g++-13 fails on macos-12 and macos-13 with some error in stdio.h ! # g++-13 fails on and macos-13 with some error in stdio.h !
compiler: [clang++, g++-12, g++-14] compiler: [clang++, g++-12, g++-14]
steps: steps: