Skip to content

Commit 9207b6a

Browse files
committed
Use Windows with VS2026 image on runners
1 parent 8b84049 commit 9207b6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
name: Build
1313
permissions: write-all
14-
runs-on: windows-latest
14+
runs-on: windows-2025-vs2026
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
name: Build
6262
permissions: write-all
6363
needs: bump_version
64-
runs-on: windows-latest
64+
runs-on: windows-2025-vs2026
6565

6666
steps:
6767
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)