From 582857f292107948f1a01f36364029aa99dc2d64 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 19 Nov 2024 18:00:38 -0600 Subject: [PATCH] Use Depot 8-core runner for ecosystem tests (#14463) I noticed this was exceedingly slow. Reduces to 3m from 14m --- .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 2382cf0459..8799d4d35c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -333,7 +333,7 @@ jobs: ecosystem: name: "ecosystem" - runs-on: ubuntu-latest + runs-on: depot-ubuntu-latest-8 needs: - cargo-test-linux - determine_changes