summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2021-03-15 12:11:51 +0100
committerNikita Popov <nikita.ppv@gmail.com>2021-03-15 14:11:19 +0100
commitfc4cd598a254c3f8ceae1fc3bb8d528dd754ce7b (patch)
treeff3d93811f42f4af2ad90a28f87dabb57f32d9e2
parent703bbf52105232aaf379751822183249603b41ca (diff)
downloadphp-git-fc4cd598a254c3f8ceae1fc3bb8d528dd754ce7b.tar.gz
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.
-rw-r--r--azure/i386/job.yml2
1 files changed, 1 insertions, 1 deletions
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: |