Skip to content

Commit fc2ef6a

Browse files
committed
ci: build MSVC release binary on windows-2025
1 parent c9178dd commit fc2ef6a

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
@@ -337,7 +337,7 @@ jobs:
337337
cmake --build build_tvos_simulator --config Release --verbose
338338
msvc:
339339
needs: [src]
340-
runs-on: windows-2019
340+
runs-on: windows-2025
341341
outputs:
342342
VC-x86: ${{ steps.releaser.outputs.VC-x86 }}
343343
VC-x64: ${{ steps.releaser.outputs.VC-x64 }}

0 commit comments

Comments
 (0)