From 380033afcff52d1d5e77446e98f339ceb9ef7be5 Mon Sep 17 00:00:00 2001 From: Matt Clay Date: Mon, 31 Jan 2022 09:34:36 -0800 Subject: [PATCH] Remove centos8 from CI. CentOS 8 has been EOL for ~1 month now. --- .azure-pipelines/azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index fc2bb3875e7..e29a1f0cf68 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -118,8 +118,6 @@ stages: test: centos6 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 32 test: fedora32 - name: Fedora 33 @@ -190,8 +188,6 @@ stages: test: centos6 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 32 test: fedora32 - name: Fedora 33