0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00

CI: Specify Windows Server 2019

This commit is contained in:
derrod 2022-02-10 07:12:03 +01:00 committed by Ryan Foster
parent aa73de952b
commit 09e7d5d1a5

View File

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