Przeglądaj źródła

use windows-2019 to fix CI on windows

Le Tan 3 lat temu
rodzic
commit
bdd935d9c2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      .github/workflows/ci-win.yml

+ 1 - 1
.github/workflows/ci-win.yml

@@ -15,7 +15,7 @@ env:
 jobs:
   build:
     name: ${{ matrix.config.name }}
-    runs-on: windows-latest
+    runs-on: windows-2019
     timeout-minutes: 120
 
     strategy: