summaryrefslogtreecommitdiff
path: root/azure/job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-19 15:42:17 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-23 12:16:52 +0200
commit334b9059fae9db657b9b3b6c4a84f3127b5f4c79 (patch)
treeb28041862608cd294ed518aa3f5db28c5c4e85a9 /azure/job.yml
parentc973f197449b3edc0dae58784b5cd393a4f4fcba (diff)
downloadphp-git-334b9059fae9db657b9b3b6c4a84f3127b5f4c79.tar.gz
Update azure pipelins to ubuntu 20.04
Only updating the main job for now, to see how it goes. Closes GH-5741.
Diffstat (limited to 'azure/job.yml')
-rw-r--r--azure/job.yml2
1 files changed, 1 insertions, 1 deletions
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