From e764f9494a703f3731c80cbcc7144e639cd2d5fd Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Tue, 10 Jun 2025 17:21:38 +0800 Subject: [PATCH] [ci] update agent pool to ubuntu-latest. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 546a3331..c78c70fc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ stages: DIFF_COVER_CHECK_THRESHOLD: 80 DIFF_COVER_ENABLE: 'true' pool: - vmImage: ubuntu-20.04 + vmImage: ubuntu-latest container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-buster:latest