[host] ci/windows: use explicit windows-2025

This allows forks for whom windows-latest doesn't point to windows-2025
to build successfully.
This commit is contained in:
Quantum
2025-09-12 17:57:16 -04:00
committed by Geoffrey McRae
parent c6eda7e3a0
commit 037a61a1c7

View File

@@ -120,7 +120,7 @@ jobs:
makensis -DIVSHMEM platform/Windows/installer.nsi makensis -DIVSHMEM platform/Windows/installer.nsi
host-windows-native: host-windows-native:
runs-on: windows-latest runs-on: windows-2025
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with: with: