From e8e35caf57bc7cf004988b13dfc7f3e04e1d6149 Mon Sep 17 00:00:00 2001 From: Liu Shilong Date: Tue, 10 Jun 2025 17:43:33 +0800 Subject: [PATCH] [ci] Upgrade agent pool from ubuntu 20.04 to latest. --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b74c01f..be8862c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -60,7 +60,7 @@ jobs: - job: build timeoutInMinutes: 240 pool: - vmImage: 'ubuntu-20.04' + vmImage: 'ubuntu-latest' container: image: sonicdev-microsoft.azurecr.io:443/${{ parameters.sonic_slave }}:latest