Update Azure Pipelines to use 'ubuntu-latest' for Linux jobs
This commit is contained in:
parent
ccac242f3a
commit
8dbc0e4cbf
|
@ -13,9 +13,9 @@ jobs:
|
||||||
- script: "! git diff -U0 | grep '^[-+][^-+]' | grep --invert-match '// Generated using Sourcery'"
|
- script: "! git diff -U0 | grep '^[-+][^-+]' | grep --invert-match '// Generated using Sourcery'"
|
||||||
displayName: Check changed files ignoring Sourcery's version
|
displayName: Check changed files ignoring Sourcery's version
|
||||||
|
|
||||||
- job: linux
|
- job: Linux
|
||||||
pool:
|
pool:
|
||||||
vmImage: 'Ubuntu 18.04'
|
vmImage: 'ubuntu-latest'
|
||||||
strategy:
|
strategy:
|
||||||
maxParallel: 10
|
maxParallel: 10
|
||||||
matrix:
|
matrix:
|
||||||
|
|
Loading…
Reference in New Issue