summaryrefslogtreecommitdiff
path: root/azure
diff options
context:
space:
mode:
Diffstat (limited to 'azure')
-rw-r--r--azure/community_job.yml2
-rw-r--r--azure/coverage_job.yml2
-rw-r--r--azure/i386/job.yml2
-rw-r--r--azure/job.yml2
-rw-r--r--azure/msan_job.yml2
5 files changed, 5 insertions, 5 deletions
diff --git a/azure/community_job.yml b/azure/community_job.yml
index be6c9837de..f5d4a7a592 100644
--- a/azure/community_job.yml
+++ b/azure/community_job.yml
@@ -16,7 +16,7 @@ jobs:
- job: ${{ parameters.configurationName }}
timeoutInMinutes: ${{ parameters.timeoutInMinutes }}
pool:
- vmImage: 'ubuntu-latest'
+ vmImage: 'ubuntu-16.04'
variables:
ubsan_options: 'print_stacktrace=1'
steps:
diff --git a/azure/coverage_job.yml b/azure/coverage_job.yml
index 06ac7f4ef3..d5720b87f8 100644
--- a/azure/coverage_job.yml
+++ b/azure/coverage_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: |
diff --git a/azure/i386/job.yml b/azure/i386/job.yml
index 3e78593534..37857282ed 100644
--- a/azure/i386/job.yml
+++ b/azure/i386/job.yml
@@ -5,7 +5,7 @@ parameters:
jobs:
- job: ${{ parameters.configurationName }}
pool:
- vmImage: 'ubuntu-latest'
+ vmImage: 'ubuntu-16.04'
steps:
- template: apt.yml
- script: |
diff --git a/azure/job.yml b/azure/job.yml
index 72a36da8ce..d6e837da6b 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
diff --git a/azure/msan_job.yml b/azure/msan_job.yml
index fb2655b240..73a67509c8 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: |