From 2ca89054fc89b08ecb15dc3474181977afab4ac9 Mon Sep 17 00:00:00 2001 From: Robert Holt Date: Mon, 18 Oct 2021 13:27:02 -0700 Subject: [PATCH] Remove Ubuntu 16.04 from test matrix --- .azure-pipelines-ci/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines-ci/ci.yaml b/.azure-pipelines-ci/ci.yaml index 97e8754d0..0a2588483 100644 --- a/.azure-pipelines-ci/ci.yaml +++ b/.azure-pipelines-ci/ci.yaml @@ -22,8 +22,6 @@ stages: - job: strategy: matrix: - Ubuntu_16_04: - vmImage: ubuntu-16.04 Ubuntu_18_04: vmImage: ubuntu-18.04 Ubuntu_20_04: