From de26b29bfa2ef5b82e82778bcf015cca5e119228 Mon Sep 17 00:00:00 2001 From: Shaopeng Li Date: Thu, 27 Oct 2022 16:01:38 -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 63c6a871e..eda64dfb8 100644 --- a/ado-build.yml +++ b/ado-build.yml @@ -6,7 +6,7 @@ jobs: strategy: matrix: linux: - imageName: 'ubuntu-latest' + imageName: 'ubuntu-20.04' mac: imageName: 'macOS-latest' windows: