chore: Use self hosted windows runners (#5780)

This changes switches from the GitHub-managed Windows runners to self-hosted runners to significantly reduce build time.
This commit is contained in:
Jingchen
2025-09-17 14:29:15 +01:00
committed by GitHub
parent 17a2606591
commit 9494fc9668

View File

@@ -2,7 +2,7 @@
"architecture": [ "architecture": [
{ {
"platform": "windows/amd64", "platform": "windows/amd64",
"runner": ["windows-latest"] "runner": ["self-hosted", "Windows", "devbox"]
} }
], ],
"os": [ "os": [