Change Windows Build image - 2016 -> 2019

The Windows 2016 image has been/will be deprecated as of today. https://github.com/actions/virtual-environments/issues/5403
This commit is contained in:
Spiker985 2022-06-30 03:03:55 -04:00 committed by GitHub
parent 25c0cf95ae
commit ff88105584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ jobs:
RunCoreMainTests: true
pool:
vmImage: vs2017-win2016
vmImage: windows-2019
variables:
AppName: $[ dependencies.GetReleaseVersion.outputs['Version.AppName'] ]