From 42c35b6f44e2dc4ead1ba3d043df161a3e5e49f6 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 19 Nov 2024 18:00:59 -0600 Subject: [PATCH] Use larger GitHub runner for testing on Windows (#14461) Reduces to 3m 50s (extra large) or 6m 5s (large) vs 9m 7s (standard) --- .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 f1d8fe5fc5..8136a69eaa 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -159,7 +159,7 @@ jobs: cargo-test-windows: name: "cargo test (windows)" - runs-on: windows-latest + runs-on: windows-latest-xlarge needs: determine_changes if: ${{ needs.determine_changes.outputs.code == 'true' || github.ref == 'refs/heads/main' }} timeout-minutes: 20