]> granicus.if.org Git - php/commitdiff
Update azure pipelins to ubuntu 20.04
authorNikita Popov <nikita.ppv@gmail.com>
Fri, 19 Jun 2020 13:42:17 +0000 (15:42 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Tue, 23 Jun 2020 10:16:52 +0000 (12:16 +0200)
Only updating the main job for now, to see how it goes.

Closes GH-5741.

azure/job.yml

index 04dcf13c39bffe85c7464d953ade26fe283ee257..c19cbaf1f83cf764928eedb83f7fefa572571574 100644 (file)
@@ -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