From 3291dfe2199cf5ee899bf345dbbc8a38419ad2f8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 18 Dec 2024 09:16:18 -0600 Subject: [PATCH] Use larger GitHub Windows runner (#432) Trying again based on #427 to see if that worked! --- .github/workflows/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index e92d2b55..88253a25 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -68,7 +68,7 @@ jobs: needs: - generate-matrix - pythonbuild - runs-on: windows-latest + runs-on: windows-latest-large strategy: matrix: ${{ fromJson(needs.generate-matrix.outputs.matrix) }} fail-fast: false