From e81005e910b8724142b4e2cbe53057b9bc4cfce8 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 c8e181eae3c..dbecb7eb310 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -120,8 +120,6 @@ stages: test: centos6 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34 @@ -194,8 +192,6 @@ stages: test: centos6 - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34