From 2b50d905dfaf6304e95b994d9469411eb060b256 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 20 Feb 2020 15:05:04 +0100 Subject: Update Ubuntu version on Azure The i386 and community jobs were still on 16.04, update them to 18.04. --- azure/community_job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/community_job.yml') diff --git a/azure/community_job.yml b/azure/community_job.yml index f8529826a9..dc17e10ec5 100644 --- a/azure/community_job.yml +++ b/azure/community_job.yml @@ -16,7 +16,7 @@ jobs: - job: ${{ parameters.configurationName }} timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' variables: ubsan_options: 'print_stacktrace=1' steps: -- cgit v1.2.1