From 4c717abad20473ea0fb7b71a5c442b9e4a5b719a Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Sat, 2 Nov 2019 10:12:03 +0100 Subject: Explicitly specify ubuntu versions on azure pipelines Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't. --- azure/i386/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure/i386') diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 623f7e1e29..f1508b8633 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -5,7 +5,7 @@ parameters: jobs: - job: ${{ parameters.configurationName }} pool: - vmImage: 'ubuntu-latest' + vmImage: 'ubuntu-16.04' steps: - template: apt.yml - script: | -- cgit v1.2.1