From 1142b1bc7efe49339a6dce88ceb3c695859c4649 Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Thu, 20 Feb 2020 15:42:30 -0800 Subject: [PATCH] bump ubuntu image for azure to avoid hash mismatch sometimes when apt-get update-ing --- .ci/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/azure-pipelines.yml b/.ci/azure-pipelines.yml index 2a5b5288..31df198e 100644 --- a/.ci/azure-pipelines.yml +++ b/.ci/azure-pipelines.yml @@ -23,7 +23,7 @@ jobs: - job: Linux pool: - vmImage: "Ubuntu 16.04" + vmImage: "Ubuntu 18.04" steps: - template: azure-pipelines-steps.yml strategy: