Change: [CI] switch MacOS to the macos-14 runner (#12237)

This runner contains a newer XCode, with better C++20 support.
This commit is contained in:
Patric Stout 2024-03-09 15:41:34 +01:00 committed by GitHub
parent 32b0fb9f6e
commit ebd258b404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -208,7 +208,7 @@ jobs:
name: Mac OS (${{ matrix.arch }})
runs-on: macos-latest
runs-on: macos-14
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

View File

@ -12,7 +12,7 @@ jobs:
macos:
name: MacOS
runs-on: macos-latest
runs-on: macos-14
env:
MACOSX_DEPLOYMENT_TARGET: 10.13