Merged PR 23415: Set Windows image back to windows-2019

This should resolve latest issues with Windows checks.
This commit is contained in:
Roman Grundkiewicz 2022-04-08 17:15:56 +00:00 committed by Marcin Junczys-Dowmunt
parent d5c7372a67
commit 1e4e1014ed

View File

@ -34,7 +34,7 @@ variables:
- name: MKL_URL - name: MKL_URL
value: "https://romang.blob.core.windows.net/mariandev/ci/mkl-2020.1-windows-static.zip" value: "https://romang.blob.core.windows.net/mariandev/ci/mkl-2020.1-windows-static.zip"
- name: VCPKG_COMMIT - name: VCPKG_COMMIT
value: c69096659f49e2b1aca532ea5c2f8c135182519b value: 2022.03.10
- name: VCPKG_DIR - name: VCPKG_DIR
value: "$(Build.SourcesDirectory)/vcpkg" value: "$(Build.SourcesDirectory)/vcpkg"
- name: VCPKG_PACKAGES - name: VCPKG_PACKAGES
@ -67,7 +67,7 @@ stages:
cuda_version: 10.2 cuda_version: 10.2
pool: pool:
vmImage: windows-latest vmImage: windows-2019
steps: steps:
- checkout: self - checkout: self
@ -438,7 +438,7 @@ stages:
displayName: Windows CPU+FBGEMM displayName: Windows CPU+FBGEMM
pool: pool:
vmImage: windows-latest vmImage: windows-2019
steps: steps:
# Due to multiple checkouts this will be commonly cloned into D:\a\1\s\marian-dev # Due to multiple checkouts this will be commonly cloned into D:\a\1\s\marian-dev