summaryrefslogtreecommitdiff
path: root/azure/msan_job.yml
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2019-11-02 10:12:03 +0100
committerNikita Popov <nikita.ppv@gmail.com>2019-11-02 10:12:58 +0100
commit4c717abad20473ea0fb7b71a5c442b9e4a5b719a (patch)
tree6e8ce45a2cb44819ac872e85233eece35b40ed24 /azure/msan_job.yml
parent944c1cf034541e16ad2c953d7f783e576ed17d63 (diff)
downloadphp-git-4c717abad20473ea0fb7b71a5c442b9e4a5b719a.tar.gz
Explicitly specify ubuntu versions on azure pipelines
Use the new 18.04 for the ones where the build succeeded and the previous 16.04 where it didn't.
Diffstat (limited to 'azure/msan_job.yml')
-rw-r--r--azure/msan_job.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/msan_job.yml b/azure/msan_job.yml
index 28dcae3f88..c623f55d36 100644
--- a/azure/msan_job.yml
+++ b/azure/msan_job.yml
@@ -8,7 +8,7 @@ jobs:
- job: ${{ parameters.configurationName }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
pool:
- vmImage: 'ubuntu-latest'
+ vmImage: 'ubuntu-18.04'
steps:
- template: apt.yml
- script: |