Skip to content

Commit 78396e8

Browse files
ci(windows): Update runner version to 2025
1 parent 0a0910b commit 78396e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
- name: 🍎 macOS
218218
os: macos-14
219219
- name: 🏁 Windows
220-
os: windows-2022
220+
os: windows-2025
221221
name: "${{ matrix.name }}: 🦀 Rust tests"
222222
# Just a fail-safe timeout, see the fine grain per-task timeout instead
223223
timeout-minutes: 60

.github/workflows/package-desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
include:
187187
- name: 🏁 Windows
188188
platform: windows
189-
os: windows-2022
189+
os: windows-2025
190190
raw_latest_file: latest.yml
191191
extensions: exe
192192
os_alias: win

.github/workflows/package-server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
os: macos-13
7373
- name: 🏁 Windows
7474
platform: windows
75-
os: windows-2022
75+
os: windows-2025
7676
name: "${{ matrix.name }}: 📦 Packaging (build Wheel)"
7777
runs-on: ${{ matrix.os }}
7878
steps:

0 commit comments

Comments
 (0)