Skip to content

Commit

Permalink
chore(ci): bump macos-12 intel runner to macos-13 intel runner (#7877)
Browse files Browse the repository at this point in the history
## Summary

Closes #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
  • Loading branch information
samypr100 authored Oct 3, 2024
1 parent 1635f6d commit c708cc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:

macos-x86_64:
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-build') }}
runs-on: macos-12-large
runs-on: macos-13-large
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1366,7 +1366,7 @@ jobs:
timeout-minutes: 10
needs: build-binary-macos-x86_64
name: "check system | python on macos x86_64"
runs-on: macos-12
runs-on: macos-13
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit c708cc8

Please sign in to comment.