Skip to content

Commit 256b76a

Browse files
committed
Update GitHub CI configs to use the latest windows-2025 image with Visual Studio 2026.
1 parent 16bc616 commit 256b76a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Build job – runs on every push/PR. Includes test signing only.
2020
# ---------------------------------------------------------------------
2121
build:
22-
runs-on: windows-latest
22+
runs-on: windows-2025
2323
permissions:
2424
id-token: write
2525
contents: write
@@ -133,7 +133,7 @@ jobs:
133133
release:
134134
needs: build
135135
if: startsWith(github.ref, 'refs/tags/')
136-
runs-on: windows-latest
136+
runs-on: windows-2025
137137
environment: production # <-- manual approval point
138138
permissions:
139139
id-token: write

0 commit comments

Comments
 (0)