diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6f542639f3..032d277a51 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -41,7 +41,7 @@ stages: jobs: - job: 'Linux' pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' steps: - script: make arm_sdk_install displayName: 'Install the build toolchain'