From c2bae89a098d361867a4f4e475d0c476f4002087 Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Fri, 14 Jan 2022 11:30:39 -0800 Subject: [PATCH] Make CI job naming consistent. (#1270) * Make job naming consistent. * Use more generic name. --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a92855a..00e9bfc8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -97,8 +97,7 @@ stages: artifactType: Container parallel: true - - job: Ubuntu_20_04 - displayName: 'Ubuntu 20.04' + - job: Linux pool: vmImage: ubuntu-20.04 variables: @@ -130,8 +129,7 @@ stages: artifactType: Container parallel: true - - job: OSX_10_14 - displayName: 'OSX' + - job: Mac pool: vmImage: macOS-11 variables: