From 1e4e1014eded1d9d82e3f4becba177ac0cd390f5 Mon Sep 17 00:00:00 2001 From: Roman Grundkiewicz Date: Fri, 8 Apr 2022 17:15:56 +0000 Subject: [PATCH] Merged PR 23415: Set Windows image back to windows-2019 This should resolve latest issues with Windows checks. --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5e92400..192f0c87 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,7 +34,7 @@ variables: - name: MKL_URL value: "https://romang.blob.core.windows.net/mariandev/ci/mkl-2020.1-windows-static.zip" - name: VCPKG_COMMIT - value: c69096659f49e2b1aca532ea5c2f8c135182519b + value: 2022.03.10 - name: VCPKG_DIR value: "$(Build.SourcesDirectory)/vcpkg" - name: VCPKG_PACKAGES @@ -67,7 +67,7 @@ stages: cuda_version: 10.2 pool: - vmImage: windows-latest + vmImage: windows-2019 steps: - checkout: self @@ -438,7 +438,7 @@ stages: displayName: Windows CPU+FBGEMM pool: - vmImage: windows-latest + vmImage: windows-2019 steps: # Due to multiple checkouts this will be commonly cloned into D:\a\1\s\marian-dev