From f3c307c39786779117314c2164a3b982945784cb Mon Sep 17 00:00:00 2001 From: Vinoth Chandar Date: Wed, 4 Aug 2021 12:40:32 -0700 Subject: [PATCH] [MINOR] Move to ubuntu-latest for Azure CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1734cb53c1160..4e85e8528ff6a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ trigger: - '*' # must quote since "*" is a YAML reserved character; we want a string pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-latest' variables: MAVEN_CACHE_FOLDER: $(Pipeline.Workspace)/.m2/repository