Skip to content

Commit 112acad

Browse files
authored
[build] Update Azure pipeline to use Ubuntu 24.04 image (#266)
Updated the Azure DevOps pipeline configuration to use `ubuntu-24.04` as the virtual machine image instead of `ubuntu-20.04`.
1 parent 1ee792e commit 112acad

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
@@ -24,7 +24,7 @@ stages:
2424
DIFF_COVER_CHECK_THRESHOLD: 80
2525
DIFF_COVER_ENABLE: 'true'
2626
pool:
27-
vmImage: ubuntu-20.04
27+
vmImage: ubuntu-24.04
2828

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

0 commit comments

Comments
 (0)