From fc4cd598a254c3f8ceae1fc3bb8d528dd754ce7b Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Mon, 15 Mar 2021 12:11:51 +0100 Subject: Update ubuntu on i386 job There is a failure with apt on PHP-7.4 that's not present on PHP-8.0/master. Switching to a newer ubuntu version on PHP-7.4 avoids the issue. --- azure/i386/job.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/i386/job.yml b/azure/i386/job.yml index 83e8705f0f..4ca8296605 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