From e917ef807d32a128cb70848d0a31f93a67c5ca67 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Tue, 10 Jun 2025 17:27:53 +0800 Subject: [PATCH] [ci] Upgrade agent pool from ubuntu 20.04 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 31c75edc6..308c8f19f 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-bookworm:latest