From 68c8f5a1ef7dad5f5422d6d122201f342345433f Mon Sep 17 00:00:00 2001 From: Sunghoon <35605090+hanbitmyths@users.noreply.github.com> Date: Tue, 8 Mar 2022 10:49:59 -0800 Subject: [PATCH] Change a pipeline vmImage from windows-latest to windows-2019 (#10804) --- .../github/azure-pipelines/templates/win-web-multi-browsers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml b/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml index 57fea8a5f9..74d6b352e0 100644 --- a/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml +++ b/tools/ci_build/github/azure-pipelines/templates/win-web-multi-browsers.yml @@ -6,7 +6,7 @@ parameters: jobs: - job: build_onnxruntime_web_windows pool: - vmImage: windows-latest + vmImage: windows-2019 timeoutInMinutes: 30 workspace: clean: all