mirror of https://github.com/astral-sh/uv
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:
parent
515d72c6f9
commit
5e7f80ea46
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue