From ee6490ca688a5ddffab383e64aba9452b94c74cd Mon Sep 17 00:00:00 2001 From: yijingyan2 Date: Tue, 25 Nov 2025 23:49:40 +0000 Subject: [PATCH] Automated agent pool migration Signed-off-by: yijingyan2 --- azurepipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azurepipeline.yml b/azurepipeline.yml index 3b65ce8..c678461 100644 --- a/azurepipeline.yml +++ b/azurepipeline.yml @@ -10,7 +10,7 @@ pr: jobs: - job: Build pool: - vmImage: ubuntu-20.04 + vmImage: ubuntu-latest variables: DIFF_COVER_CHECK_THRESHOLD: 80