mirror of
https://github.com/astral-sh/uv
synced 2026-01-20 21:10:10 -05:00
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:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user