From d3a9e1503f71dc64d4c34f0d0e1d7431f2310fec Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 30 Jul 2020 10:38:11 +0200 Subject: Update i386 job to Ubuntu 20.04 --- 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 2aa411e43f..b25f6f80c1 100644 --- a/azure/i386/job.yml +++ b/azure/i386/job.yml @@ -5,7 +5,7 @@ parameters: jobs: - job: ${{ parameters.configurationName }} pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - template: apt.yml - script: | -- cgit v1.2.1