Commit e2a0bea65f
Changed files (1)
ci
azure
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: