ci: Update CI/CD to use 32x runner for Windows.

This commit is contained in:
2026-07-13 14:39:30 +08:00
parent 2e1c40af63
commit 847abbfd5c
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ jobs:
# Windows Installer (MSYS2)
# ------------------------------------------------------------------
windows:
runs-on: warp-windows-latest-x64-16x
runs-on: warp-windows-latest-x64-32x
steps:
- uses: actions/checkout@v4
with: