Skip to content

Commit 5e7f80e

Browse files
authored
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`
1 parent 515d72c commit 5e7f80e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ jobs:
220220
needs: determine_changes
221221
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') }}
222222
runs-on:
223-
labels: "depot-macos-latest"
223+
labels: "macos-latest-xlarge"
224224
name: "cargo test | macos"
225225
steps:
226226
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)