Skip to content

Commit c2a26c1

Browse files
committed
CI: unify Windows runners to windows-2025
Different windows runners were used across QEMU, WSL2, and linters Signed-off-by: Akihiro Suda <[email protected]>
1 parent 5a82148 commit c2a26c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
timeout-minutes: 30
7373
strategy:
7474
matrix:
75-
runs-on: [ubuntu-24.04, macos-15, windows-2022]
75+
runs-on: [ubuntu-24.04, macos-15, windows-2025]
7676
runs-on: ${{ matrix.runs-on }}
7777
steps:
7878
- name: Force git to use LF
@@ -150,7 +150,7 @@ jobs:
150150

151151
windows:
152152
name: "Windows tests (WSL2)"
153-
runs-on: windows-2025-8-cores
153+
runs-on: windows-2025
154154
timeout-minutes: 30
155155
steps:
156156
- name: Enable WSL2

0 commit comments

Comments
 (0)