From cda4859653cafff1b51356cd48ef710f1c7def12 Mon Sep 17 00:00:00 2001 From: Ryan Foster Date: Sun, 22 Mar 2020 00:31:36 -0400 Subject: [PATCH] CI: Update Linux CI from Ubuntu 16.04 to 18.04 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73a755d71..5ca04fdf1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,7 +14,7 @@ variables: jobs: - job: Prebuild pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' steps: - bash: | if curl -s "https://api.github.com/repos/$BUILD_REPOSITORY_ID/issues/$SYSTEM_PULLREQUEST_PULLREQUESTNUMBER/labels" | grep '"name": "Seeking Testers"' @@ -116,7 +116,7 @@ jobs: variables: prHasCILabel: $[ dependencies.Prebuild.outputs['checkPrLabel.prHasCILabel'] ] pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' steps: - script: git submodule update --init --recursive displayName: 'Checkout Submodules'