From 65c4db862ccfd5ac17bc52564b9f5923b2ec8c5e Mon Sep 17 00:00:00 2001 From: yijingyan2 Date: Tue, 25 Nov 2025 23:48:50 +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