diff options
Diffstat (limited to 'azure/job.yml')
-rw-r--r-- | azure/job.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure/job.yml b/azure/job.yml index afe1d99e80..918c107118 100644 --- a/azure/job.yml +++ b/azure/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 - template: configure.yml |