1
0
Fork 0

Change: [CI] switch MacOS to the macos-14 runner

This runner contains a newer XCode, with better C++20 support.
pull/12237/head
Patric Stout 2024-03-08 20:57:00 +01:00
parent 04ce1c08ae
commit da40f34c4c
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