Skip to content

Commit 11874cd

Browse files
authored
Merge pull request #3702 from AkihiroSuda/ci-remove-windows-larger-runner
CI: unify Windows runners to `windows-2025`
2 parents 5622089 + c2a26c1 commit 11874cd

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)