Skip to content

Commit 77bd231

Browse files
committed
Use windows-2025-vs2026 runners
Pin the Windows CI and release jobs to the hosted image requested by GitHub instead of using windows-latest or windows-2022.
1 parent 9b0e6c1 commit 77bd231

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
build:
20-
runs-on: windows-2022
20+
runs-on: windows-2025-vs2026
2121
steps:
2222
- uses: actions/checkout@v6
2323

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
4040
build-desktop:
4141
needs: validate
42-
runs-on: windows-2022
42+
runs-on: windows-2025-vs2026
4343
permissions:
4444
contents: read
4545

0 commit comments

Comments
 (0)