CI: Specify Windows Server 2019

master
derrod 2022-02-10 07:12:03 +01:00 committed by Ryan Foster
parent aa73de952b
commit 09e7d5d1a5
1 changed files with 2 additions and 2 deletions

View File

@ -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"