Add CI support for macos-14-large (#1989)

This commit is contained in:
Andreas Süßenbach 2024-11-06 16:53:08 +01:00 committed by GitHub
parent 43f7a18b02
commit 4fb483e6a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

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

View File

@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: [windows-latest, windows-2019]
os: [windows-2019, windows-2022]
architecture: [x86, x64]
steps: