[github-actions] Use windows-2019 instead of windows-latest for now
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index e72f9f4..ffff6db 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -171,7 +171,7 @@
         name: ideviceinstaller-latest_macOS
         path: ideviceinstaller.tar
   build-windows:
-    runs-on: windows-latest
+    runs-on: windows-2019
     defaults:
       run:
         shell: msys2 {0}