From c7ed9d5605c5f35646a6946f33f94c276ae6904b Mon Sep 17 00:00:00 2001 From: Brandt Keller Date: Tue, 12 May 2026 19:37:34 +0000 Subject: [PATCH] chore(ci): update windows runner proactively Signed-off-by: Brandt Keller --- .github/workflows/test-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-windows.yml b/.github/workflows/test-windows.yml index 5412e57aff..8bc95f0d1b 100644 --- a/.github/workflows/test-windows.yml +++ b/.github/workflows/test-windows.yml @@ -31,7 +31,7 @@ concurrency: jobs: test-unit: - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 @@ -48,7 +48,7 @@ jobs: shell: pwsh test-e2e-without-cluster: - runs-on: windows-latest + runs-on: windows-2025-vs2026 steps: - name: Checkout uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2