Disable Depot runner for macOS (#9976)

Use GitHub instead; Depot do not provide the necessary concurrency to
use this here and in `python-build-standalone`
This commit is contained in:
Zanie Blue 2024-12-17 11:20:47 -06:00 committed by GitHub
parent 515d72c6f9
commit 5e7f80ea46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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