Skip to content

Commit f332598

Browse files
committed
ci: build MSVC release binary on windows-2025
(cherry picked from commit fd47f8b)
1 parent d76e739 commit f332598

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
@@ -262,7 +262,7 @@ jobs:
262262
263263
msvc:
264264
needs: [src]
265-
runs-on: windows-2019
265+
runs-on: windows-2025
266266
outputs:
267267
VC-x86: ${{ steps.releaser.outputs.VC-x86 }}
268268
VC-x64: ${{ steps.releaser.outputs.VC-x64 }}

0 commit comments

Comments
 (0)