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

This runner contains a newer XCode, with better C++20 support.
pull/678/head
Patric Stout 3 months ago committed by GitHub
parent 32b0fb9f6e
commit ebd258b404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

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

Loading…
Cancel
Save