aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/azure/pipelines.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/azure/pipelines.yml b/ci/azure/pipelines.yml
index d2cd30cc7c..5dbfe5a338 100644
--- a/ci/azure/pipelines.yml
+++ b/ci/azure/pipelines.yml
@@ -14,7 +14,7 @@ jobs:
displayName: 'Build and test'
- job: BuildLinux
pool:
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-18.04'
timeoutInMinutes: 360
@@ -53,7 +53,7 @@ jobs:
strategy:
maxParallel: 1
pool:
- vmImage: 'ubuntu-16.04'
+ vmImage: 'ubuntu-18.04'
variables:
version: $[ dependencies.BuildLinux.outputs['main.version'] ]
steps: