diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 177f91d33..89e0c9df3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,8 @@ trigger: jobs: - job: Linux - pool: default + pool: + vmImage: 'ubuntu-latest' steps: - template: azure/build.yml