From eb946c4177ccc6d41ed4dae0f3f2500ebfdc0441 Mon Sep 17 00:00:00 2001 From: Guoyu Wang <62914304+gwang-msft@users.noreply.github.com> Date: Wed, 20 Jan 2021 21:26:10 -0800 Subject: [PATCH] Unblock Android CI code coverage failure (#6393) --- .../azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml index a03bc6979f..d72f7d7aef 100644 --- a/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml +++ b/tools/ci_build/github/azure-pipelines/android-x86_64-crosscompile-ci-pipeline.yml @@ -1,7 +1,7 @@ jobs: - job: Android_CI pool: - vmImage: 'macOS-10.15' + vmImage: 'macOS-10.14' timeoutInMinutes: 120 steps: # Onnx has no 3.9 python package available yet, need to use python 3.8 to avoid build onnx package