From 8dbc0e4cbf3996a4e2c45699a1c4fd00eeaa6230 Mon Sep 17 00:00:00 2001 From: JP Simard Date: Sun, 28 Aug 2022 14:19:32 -0400 Subject: [PATCH] Update Azure Pipelines to use 'ubuntu-latest' for Linux jobs --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a13f5c471..b89c6ec26 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,9 +13,9 @@ jobs: - script: "! git diff -U0 | grep '^[-+][^-+]' | grep --invert-match '// Generated using Sourcery'" displayName: Check changed files ignoring Sourcery's version -- job: linux +- job: Linux pool: - vmImage: 'Ubuntu 18.04' + vmImage: 'ubuntu-latest' strategy: maxParallel: 10 matrix: