Use the larger x64 macOS runner for release builds (#6767)

Closes https://github.com/astral-sh/uv/issues/6766
This commit is contained in:
Zanie Blue 2024-08-29 15:11:53 -05:00 committed by GitHub
parent 0ce6d75752
commit bc52596cd9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 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 runs-on: macos-12-large
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
with: with: