Browse Source

CI: Specify Windows Server 2019

derrod 3 years ago
parent
commit
09e7d5d1a5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/main.yml

+ 2 - 2
.github/workflows/main.yml

@@ -494,7 +494,7 @@ jobs:
           path: './nightly/*.tar.gz'
   win64:
     name: 'Windows 64-bit'
-    runs-on: [windows-latest]
+    runs-on: [windows-2019]
     env:
       QT_VERSION: '5.15.2'
       CMAKE_GENERATOR: "Visual Studio 16 2019"
@@ -604,7 +604,7 @@ jobs:
           path: build/*
   win32:
     name: 'Windows 32-bit'
-    runs-on: [windows-latest]
+    runs-on: [windows-2019]
     env:
       QT_VERSION: '5.15.2'
       CMAKE_GENERATOR: "Visual Studio 16 2019"