From 4bb04c337cd76a49ea4148c53cb3d45c4c78d2c2 Mon Sep 17 00:00:00 2001 From: Charlie Barto Date: Wed, 7 Dec 2022 16:41:45 -0800 Subject: [PATCH] hopefully fix at least one windows pipeline --- azure-pipelines.yml | 12 ++++++------ vcpkg | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b83222df04..c010b70fc4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,24 +3,24 @@ jobs: - template: azure-devops/build-windows.yml parameters: - name: 'Windows_VS2019_x86' + name: 'Windows_VS2022_x86' targetPlatform: x86 image: 'windows-latest' - template: azure-devops/build-windows.yml parameters: - name: 'Windows_VS2019_x64' + name: 'Windows_VS2022_x64' targetPlatform: x64 image: 'windows-latest' - template: azure-devops/build-windows.yml parameters: - name: 'Windows_VS2017_x86' + name: 'Windows_VS2019_x86' targetPlatform: x86 - image: 'vs2017-win2016' + image: 'windows-2019' - template: azure-devops/build-windows.yml parameters: - name: 'Windows_VS2017_x64' + name: 'Windows_VS2019_x64' targetPlatform: x64 - image: 'vs2017-win2016' + image: 'windows-2019' - job: Windows_VS2019_UWP pool: vmImage: 'windows-latest' diff --git a/vcpkg b/vcpkg index b759049a36..35619c26a9 160000 --- a/vcpkg +++ b/vcpkg @@ -1 +1 @@ -Subproject commit b759049a36728d18260963799a56e6b19cb4a2ef +Subproject commit 35619c26a9bb550eacd7c17119d9732b085b198e