Skip to content

Commit fc4cd59

Browse files
committed
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.
1 parent 703bbf5 commit fc4cd59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure/i386/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ parameters:
55
jobs:
66
- job: ${{ parameters.configurationName }}
77
pool:
8-
vmImage: 'ubuntu-18.04'
8+
vmImage: 'ubuntu-20.04'
99
steps:
1010
- template: apt.yml
1111
- script: |

0 commit comments

Comments
 (0)