Update to macOS14 runner image (#13728)

Co-authored-by: Micha Reiser <micha@reiser.io>
This commit is contained in:
Steve C 2024-10-18 05:43:30 -04:00 committed by GitHub
parent c2f7c39987
commit 4ecfe95295
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ jobs:
macos-x86_64: macos-x86_64:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }} if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: macos-12 runs-on: macos-14
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: