Skip to content

Commit 4446ddf

Browse files
committed
[WIP] ci: upgrade windows-2022 to windows-2025.
1 parent 6e00115 commit 4446ddf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Test
1818
strategy:
1919
matrix:
20-
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
20+
os: [ ubuntu-24.04, windows-2025, macOS-latest ]
2121
runs-on: ${{ matrix.os }}
2222
env:
2323
RUSTUP_UNPACK_RAM: "26214400"
@@ -120,7 +120,7 @@ jobs:
120120
name: Compiletest
121121
strategy:
122122
matrix:
123-
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
123+
os: [ ubuntu-24.04, windows-2025, macOS-latest ]
124124
runs-on: ${{ matrix.os }}
125125
steps:
126126
- uses: actions/checkout@v4
@@ -140,7 +140,7 @@ jobs:
140140
name: Difftest
141141
strategy:
142142
matrix:
143-
os: [ ubuntu-24.04, windows-2022, macOS-latest ]
143+
os: [ ubuntu-24.04, windows-2025, macOS-latest ]
144144
runs-on: ${{ matrix.os }}
145145
steps:
146146
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)