From 5e7f80ea4631762a817b6cf49dd3d4e514f217f2 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 17 Dec 2024 11:20:47 -0600 Subject: [PATCH] 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` --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b9c765820c2..630ebbc2c5ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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