Update linux version on CI to Ubuntu 18.04 (#3742)
This commit is contained in:
parent
945efde5f5
commit
13e1bf709d
|
@ -4,7 +4,7 @@ trigger:
|
||||||
jobs:
|
jobs:
|
||||||
- job: linux
|
- job: linux
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu 16.04'
|
vmImage: 'Ubuntu 18.04'
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 10
|
maxParallel: 10
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue