From e23e4542db74edb617b1bb2346a2e71f30c77464 Mon Sep 17 00:00:00 2001 From: shilongliu Date: Fri, 26 Apr 2024 13:31:50 +0800 Subject: [PATCH] Fix agent image issue. --- azurepipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azurepipeline.yml b/azurepipeline.yml index 3b65ce8..b892931 100644 --- a/azurepipeline.yml +++ b/azurepipeline.yml @@ -9,8 +9,7 @@ pr: jobs: - job: Build - pool: - vmImage: ubuntu-20.04 + pool: ubuntu-20.04 variables: DIFF_COVER_CHECK_THRESHOLD: 80