File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
name : Test
18
18
strategy :
19
19
matrix :
20
- os : [ ubuntu-24.04, windows-2022 , macOS-latest ]
20
+ os : [ ubuntu-24.04, windows-2025 , macOS-latest ]
21
21
runs-on : ${{ matrix.os }}
22
22
env :
23
23
RUSTUP_UNPACK_RAM : " 26214400"
@@ -120,7 +120,7 @@ jobs:
120
120
name : Compiletest
121
121
strategy :
122
122
matrix :
123
- os : [ ubuntu-24.04, windows-2022 , macOS-latest ]
123
+ os : [ ubuntu-24.04, windows-2025 , macOS-latest ]
124
124
runs-on : ${{ matrix.os }}
125
125
steps :
126
126
- uses : actions/checkout@v4
@@ -140,7 +140,7 @@ jobs:
140
140
name : Difftest
141
141
strategy :
142
142
matrix :
143
- os : [ ubuntu-24.04, windows-2022 , macOS-latest ]
143
+ os : [ ubuntu-24.04, windows-2025 , macOS-latest ]
144
144
runs-on : ${{ matrix.os }}
145
145
steps :
146
146
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments