From c2a26c1ec2855bf8131608cbd277252a81ce5f76 Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Tue, 8 Jul 2025 16:58:33 +0900 Subject: [PATCH] CI: unify Windows runners to `windows-2025` Different windows runners were used across QEMU, WSL2, and linters Signed-off-by: Akihiro Suda --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 49ad89019f2..2da2b42be72 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - runs-on: [ubuntu-24.04, macos-15, windows-2022] + runs-on: [ubuntu-24.04, macos-15, windows-2025] runs-on: ${{ matrix.runs-on }} steps: - name: Force git to use LF @@ -150,7 +150,7 @@ jobs: windows: name: "Windows tests (WSL2)" - runs-on: windows-2025-8-cores + runs-on: windows-2025 timeout-minutes: 30 steps: - name: Enable WSL2