Skip to content

Commit e46e36e

Browse files
authored
Update ubuntu version in azure pipeline (#260)
Updated the Azure DevOps pipeline configuration to use ubuntu-24.04 as the virtual machine image instead of ubuntu-20.04.
1 parent 23b81f9 commit e46e36e

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)