From 4f9b1b239066d601fa0dd84a6a642d73058bb695 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Mon, 4 Oct 2021 13:40:51 -0300 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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