Use a larger runner for macOS test jobs (#5874)

From 3 to 6 (+8 GPU) cores, 7 to 14 GB ram.

Related:
- https://github.com/astral-sh/uv/pull/5873
This commit is contained in:
Zanie Blue 2024-08-07 12:32:08 -05:00 committed by GitHub
parent 8dad1ac2d4
commit c77f213acd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ jobs:
needs: determine_changes
if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }}
runs-on:
labels: "macos-14"
labels: "macos-latest-xlarge"
name: "cargo test | macos"
steps:
- uses: actions/checkout@v4