Skip to content

Commit

Permalink
Change: [CI] switch MacOS to the macos-14 runner
Browse files Browse the repository at this point in the history
This runner contains a newer XCode, with better C++20 support.
  • Loading branch information
TrueBrain committed Mar 9, 2024
1 parent 04ce1c0 commit da40f34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:

name: Mac OS (${{ matrix.arch }})

runs-on: macos-latest
runs-on: macos-14
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
macos:
name: MacOS

runs-on: macos-latest
runs-on: macos-14
env:
MACOSX_DEPLOYMENT_TARGET: 10.13

Expand Down

0 comments on commit da40f34

Please sign in to comment.