From 9e79d64d62ac9b5c31ad159a24cf6e4c3a3b89de Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 19 Nov 2024 18:00:51 -0600 Subject: [PATCH] Use Depot 16-core runner for testing on Linux (#14460) Reduces Linux test CI to 1m 40s (16 core) or 2m 56s (8 core) to from 4m 25s. Times are approximate, as runner performance is pretty variable. In uv, we use the 16 core runners. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8799d4d35c..f1d8fe5fc5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -115,7 +115,7 @@ jobs: cargo-test-linux: name: "cargo test (linux)" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-22.04-16 needs: determine_changes if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} timeout-minutes: 20