Update linux version on CI to Ubuntu 18.04 (#3742)

This commit is contained in:
Paul Taykalo 2021-10-15 18:40:40 +03:00 committed by GitHub
parent 945efde5f5
commit 13e1bf709d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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