ci: bump ubuntu from 16.04 to 18.04

master
Andrew Kelley 2019-11-07 13:48:38 -05:00
parent 459a364a33
commit e2a0bea65f
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
displayName: 'Build and test' displayName: 'Build and test'
- job: BuildLinux - job: BuildLinux
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-18.04'
timeoutInMinutes: 360 timeoutInMinutes: 360
@ -53,7 +53,7 @@ jobs:
strategy: strategy:
maxParallel: 1 maxParallel: 1
pool: pool:
vmImage: 'ubuntu-16.04' vmImage: 'ubuntu-18.04'
variables: variables:
version: $[ dependencies.BuildLinux.outputs['main.version'] ] version: $[ dependencies.BuildLinux.outputs['main.version'] ]
steps: steps: