chore(ci): bump macos-12 intel runner to macos-13 intel runner (#7877)

## Summary

Closes https://github.com/astral-sh/uv/issues/6972

This is not breaking since `MACOSX_DEPLOYMENT_TARGET` will stay the same
(currently defaulting to 10.12) so a
`uv-x.y.z-py3-none-macosx_10_12_x86_64.whl` will still be built
This commit is contained in:
samypr100 2024-10-03 08:00:58 -04:00 committed by GitHub
parent 1635f6da0c
commit c708cc82fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -64,7 +64,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-large runs-on: macos-13-large
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with:

View File

@ -1366,7 +1366,7 @@ jobs:
timeout-minutes: 10 timeout-minutes: 10
needs: build-binary-macos-x86_64 needs: build-binary-macos-x86_64
name: "check system | python on macos x86_64" name: "check system | python on macos x86_64"
runs-on: macos-12 runs-on: macos-13
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4