瀏覽代碼

Improve ci

star9029 21 小時之前
父節點
當前提交
859cda20f3
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      .github/workflows/windows.yml

+ 3 - 1
.github/workflows/windows.yml

@@ -10,7 +10,9 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [windows-2022, windows-2025]
+        # https://github.com/xmake-io/xmake-repo/issues/8098
+        # os: [windows-2022, windows-2025]
+        os: [windows-2025]
         kind: [static, shared]
         arch: [x64, x86, arm64]
         runtimes: [MT, MD]