Skip to content

Commit 5e78755

Browse files
committed
ci: build MSVC release binary on windows-2025
(cherry picked from commit 554f08b)
1 parent 190afc0 commit 5e78755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ jobs:
256256
257257
msvc:
258258
needs: [src]
259-
runs-on: windows-2019
259+
runs-on: windows-2025
260260
outputs:
261261
VC-x86: ${{ steps.releaser.outputs.VC-x86 }}
262262
VC-x64: ${{ steps.releaser.outputs.VC-x64 }}

0 commit comments

Comments
 (0)