Skip to content

Commit

Permalink
Disable Depot runner for macOS (#9976)
Browse files Browse the repository at this point in the history
Use GitHub instead; Depot do not provide the necessary concurrency to
use this here and in `python-build-standalone`
  • Loading branch information
zanieb authored Dec 17, 2024
1 parent 515d72c commit 5e7f80e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e7f80e

Please sign in to comment.