Skip to content

Commit 9494fc9

Browse files
authored
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.
1 parent 17a2606 commit 9494fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/strategy-matrix/windows.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"architecture": [
33
{
44
"platform": "windows/amd64",
5-
"runner": ["windows-latest"]
5+
"runner": ["self-hosted", "Windows", "devbox"]
66
}
77
],
88
"os": [

0 commit comments

Comments
 (0)