Skip to content

Commit 22cef5b

Browse files
committed
ci: Upgrade to the windows-2025 runner
1 parent c7702ef commit 22cef5b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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:
@@ -56,7 +56,7 @@ jobs:
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:

0 commit comments

Comments
 (0)