Update Azure Pipelines to use 'ubuntu-latest' for Linux jobs

This commit is contained in:
JP Simard 2022-08-28 14:19:32 -04:00
parent ccac242f3a
commit 8dbc0e4cbf
No known key found for this signature in database
GPG Key ID: 184C3F2916202C58
1 changed files with 2 additions and 2 deletions

View File

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