From: Nikita Popov Date: Fri, 19 Jun 2020 13:42:17 +0000 (+0200) Subject: Update azure pipelins to ubuntu 20.04 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=334b9059fae9db657b9b3b6c4a84f3127b5f4c79;p=php Update azure pipelins to ubuntu 20.04 Only updating the main job for now, to see how it goes. Closes GH-5741. --- diff --git a/azure/job.yml b/azure/job.yml index 04dcf13c39..c19cbaf1f8 100644 --- a/azure/job.yml +++ b/azure/job.yml @@ -8,7 +8,7 @@ jobs: - job: ${{ parameters.configurationName }} timeoutInMinutes: ${{ parameters.timeoutInMinutes }} pool: - vmImage: 'ubuntu-18.04' + vmImage: 'ubuntu-20.04' steps: - template: apt.yml - template: configure.yml