Browse Source

Improve ci

star9029 13 hours ago
parent
commit
859cda20f3
1 changed files with 3 additions and 1 deletions
  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]