Skip to content

Commit a987d64

Browse files
authored
[build] Update Azure pipeline to use Ubuntu 24.04 image (#3916)
<!-- Please make sure you've read and understood our contributing guidelines: https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md failure_prs.log Make sure all your commits include a signature generated with `git commit -s` ** If this is a bug fix, make sure your description includes "closes #xxxx", "fixes #xxxx" or "resolves #xxxx" so that GitHub automatically closes the related issue when the PR is merged. If you are adding/modifying/removing any command or utility script, please also make sure to add/modify/remove any unit tests from the tests directory as appropriate. If you are modifying or removing an existing 'show', 'config' or 'sonic-clear' subcommand, or you are adding a new subcommand, please make sure you also update the Command Line Reference Guide (doc/Command-Reference.md) to reflect your changes. Please provide the following information: --> #### 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)
1 parent e6fb8f9 commit a987d64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ stages:
4040
DIFF_COVER_CHECK_THRESHOLD: 80
4141
DIFF_COVER_ENABLE: 'true'
4242
pool:
43-
vmImage: ubuntu-20.04
43+
vmImage: ubuntu-24.04
4444

4545
container:
4646
image: sonicdev-microsoft.azurecr.io:443/sonic-slave-bookworm:$(BUILD_BRANCH)

0 commit comments

Comments
 (0)