From 96b75e694a67385d2c28769e55a31428b4a3d3ed Mon Sep 17 00:00:00 2001 From: Tom Proctor Date: Wed, 26 Nov 2025 13:44:35 +0000 Subject: [PATCH] large, D: Change-Id: I1f6a2d9636e3098682b404b9dd6b0b43113b6799 Signed-off-by: Tom Proctor --- .github/workflows/win.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/win.yml b/.github/workflows/win.yml index 56abc1a03..1bec5edf0 100644 --- a/.github/workflows/win.yml +++ b/.github/workflows/win.yml @@ -5,7 +5,7 @@ on: jobs: windows: - runs-on: windows-latest + runs-on: ci-windows-github-1 name: Windows (${{ matrix.name || matrix.shard}}) strategy: fail-fast: false # don't abort the entire matrix if one element fails @@ -25,12 +25,12 @@ jobs: - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 with: key: ${{ matrix.key }}-dev-drive-${{ hashFiles('src/go.mod', 'src/go.sum') }} - path: C:\\dev_disk.vhdx + path: D:\\dev_disk.vhdx - uses: samypr100/setup-dev-drive@30f0f98ae5636b2b6501e181dfb3631b9974818d # v4.0.0 with: drive-size: 10GB # 300GB available: https://docs.github.com/en/enterprise-cloud@latest/actions/reference/runners/larger-runners#machine-sizes-for-larger-runners workspace-copy: true - drive-path: C:\\dev_disk.vhdx + drive-path: D:\\dev_disk.vhdx mount-if-exists: true - name: Check restored cache