From 425dcfa0b44bb743976f544d30593d4c828ce89a Mon Sep 17 00:00:00 2001 From: Mark Iantorno Date: Fri, 8 Oct 2021 13:23:10 -0400 Subject: [PATCH] 16-04 is getting deprecated --- master-branch-pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/master-branch-pipeline.yml b/master-branch-pipeline.yml index c19016493..b3503712e 100644 --- a/master-branch-pipeline.yml +++ b/master-branch-pipeline.yml @@ -6,7 +6,7 @@ trigger: - master pool: - vmImage: "ubuntu-16.04" + vmImage: "ubuntu-latest" variables: - group: PGP_VAR_GROUP