From b212fca542d90be182537bea0f00c5dea9d847b5 Mon Sep 17 00:00:00 2001 From: Shaopeng Li Date: Thu, 27 Oct 2022 17:13:35 -0700 Subject: [PATCH] fix ubuntu pipeline --- ado-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ado-build.yml b/ado-build.yml index 39d9835a3..201ab2113 100644 --- a/ado-build.yml +++ b/ado-build.yml @@ -4,7 +4,7 @@ pr: jobs: - job: linux pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-20.04' steps: - checkout: self submodules: true