File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838 name : Clippy on ${{ matrix.os }}
3939 strategy :
4040 matrix :
41- os : [ubuntu-24.04, macos-15, windows-2022 ]
41+ os : [ubuntu-24.04, macos-15, windows-2025 ]
4242 runs-on : ${{ matrix.os }}
4343 timeout-minutes : 10
4444 steps :
5656 strategy :
5757 matrix :
5858 toolchain : [stable, nightly, 1.63.0]
59- os : [ubuntu-24.04, macos-15, windows-2022 ]
59+ os : [ubuntu-24.04, macos-15, windows-2025 ]
6060 include :
6161 - toolchain : beta
6262 os : ubuntu-24.04
@@ -122,19 +122,19 @@ jobs:
122122 - target : aarch64-apple-darwin
123123 os : macos-15
124124 - target : x86_64-pc-windows-gnu
125- os : windows-2022
125+ os : windows-2025
126126 env :
127127 ARCH_BITS : 64
128128 ARCH : x86_64
129129 - target : x86_64-pc-windows-msvc
130- os : windows-2022
130+ os : windows-2025
131131 # FIXME: It currently causes segfaults.
132132 # - target: i686-pc-windows-gnu
133133 # env:
134134 # ARCH_BITS: 32
135135 # ARCH: i686
136136 - target : i686-pc-windows-msvc
137- os : windows-2022
137+ os : windows-2025
138138 runs-on : ${{ matrix.os }}
139139 timeout-minutes : 25
140140 env :
You can’t perform that action at this time.
0 commit comments