star9029 19 órája
szülő
commit
859cda20f3
1 módosított fájl, 3 hozzáadás és 1 törlés
  1. 3 1
      .github/workflows/windows.yml

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

@@ -10,7 +10,9 @@ jobs:
     strategy:
     strategy:
       fail-fast: false
       fail-fast: false
       matrix:
       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]
         kind: [static, shared]
         arch: [x64, x86, arm64]
         arch: [x64, x86, arm64]
         runtimes: [MT, MD]
         runtimes: [MT, MD]