Browse Source

ci: build MSVC release binary on windows-2025

(cherry picked from commit 8605624158ee42c16dbd0c85ea39395b5bcfd301)
Anonymous Maarten 2 weeks ago
parent
commit
f99f57ffd1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

+ 1 - 1
.github/workflows/release.yml

@@ -181,7 +181,7 @@ jobs:
 
 
   msvc:
   msvc:
     needs: [src]
     needs: [src]
-    runs-on: windows-2019
+    runs-on: windows-2025
     outputs:
     outputs:
       VC-x86: ${{ steps.releaser.outputs.VC-x86 }}
       VC-x86: ${{ steps.releaser.outputs.VC-x86 }}
       VC-x64: ${{ steps.releaser.outputs.VC-x64 }}
       VC-x64: ${{ steps.releaser.outputs.VC-x64 }}