From c77f213acd512ad475a3ea0fb9261b2aa96ddd32 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 7 Aug 2024 12:32:08 -0500 Subject: [PATCH] Use a larger runner for macOS test jobs (#5874) From 3 to 6 (+8 GPU) cores, 7 to 14 GB ram. Related: - https://github.com/astral-sh/uv/pull/5873 --- .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 dd7d2a04c..f8781b655 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,7 +183,7 @@ jobs: needs: determine_changes if: ${{ github.repository == 'astral-sh/uv' && (needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main') }} runs-on: - labels: "macos-14" + labels: "macos-latest-xlarge" name: "cargo test | macos" steps: - uses: actions/checkout@v4