From 948d21c252d134fa03cb80cb3436a321fc258c58 Mon Sep 17 00:00:00 2001 From: Jim Ehrismann Date: Mon, 1 Nov 2021 14:26:33 -0400 Subject: [PATCH] make sure ubuntu-16 images are no longer used Signed-off-by: Jim Ehrismann --- .azure-pipelines-k8s-matrix.yml | 2 +- .azure-pipelines.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines-k8s-matrix.yml b/.azure-pipelines-k8s-matrix.yml index 77129460a3..7b61c9e8c6 100644 --- a/.azure-pipelines-k8s-matrix.yml +++ b/.azure-pipelines-k8s-matrix.yml @@ -15,7 +15,7 @@ trigger: none jobs: - job: Linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 strategy: matrix: kube_1.16: diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 1bfdf3e44b..a11fa412a0 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -115,7 +115,7 @@ jobs: - job: Linux pool: - vmImage: ubuntu-16.04 + vmImage: ubuntu-18.04 strategy: matrix: node_14.x: