Skip to content

Commit

Permalink
Merged PR 23415: Set Windows image back to windows-2019
Browse files Browse the repository at this point in the history
This should resolve latest issues with Windows checks.
  • Loading branch information
Roman Grundkiewicz authored and emjotde committed Apr 8, 2022
1 parent d5c7372 commit 1e4e101
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -67,7 +67,7 @@ stages:
cuda_version: 10.2

pool:
vmImage: windows-latest
vmImage: windows-2019

steps:
- checkout: self
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 1e4e101

Please sign in to comment.