Browse Source

Update windows.yml

ruki 3 years ago
parent
commit
8df845be54
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/windows.yml

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

@@ -10,7 +10,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        os: [windows-latest, windows-2016]
+        os: [windows-2019, windows-2022]
         kind: [static, shared]
         arch: [x64, x86]
         vs_runtime: [MT, MD]