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'
- 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: