There was an error while loading. Please reload this page.
1 parent 16bc616 commit 256b76aCopy full SHA for 256b76a
1 file changed
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
# Build job – runs on every push/PR. Includes test signing only.
20
# ---------------------------------------------------------------------
21
build:
22
- runs-on: windows-latest
+ runs-on: windows-2025
23
permissions:
24
id-token: write
25
contents: write
@@ -133,7 +133,7 @@ jobs:
133
release:
134
needs: build
135
if: startsWith(github.ref, 'refs/tags/')
136
137
environment: production # <-- manual approval point
138
139
0 commit comments