From ced89eb5c9ce4b0bf656f1e28f462314df4e5c1f Mon Sep 17 00:00:00 2001 From: mssonicbld <79238446+mssonicbld@users.noreply.github.com> Date: Tue, 10 Jun 2025 19:02:12 +0800 Subject: [PATCH] [build] Update Azure pipeline to use Ubuntu 24.04 image (#3915) #### What I did Updated the Azure DevOps pipeline configuration to use `ubuntu-24.04` as the virtual machine image instead of `ubuntu-20.04`. #### How I did it #### How to verify it #### Previous command output (if the output of a command-line utility has changed) #### New command output (if the output of a command-line utility has changed) --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 8cb6586a9..066ad7708 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ stages: DIFF_COVER_CHECK_THRESHOLD: 80 DIFF_COVER_ENABLE: 'true' pool: - vmImage: ubuntu-20.04 + vmImage: ubuntu-24.04 container: image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bullseye:$(BUILD_BRANCH)