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/i386/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/i386/job.yml') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index f1508b8633..0806a246e9 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -5,7 +5,7 @@ parameters: jobs: - job: ${{ parameters.configurationName }} pool: - vmImage: 'ubuntu-16.04' + vmImage: 'ubuntu-18.04' steps: - template: apt.yml - script: | -- cgit v1.2.1