From dbc4675338587ffa2dcdf82d695d31592a1f62bc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Oct 2021 09:27:38 +0200 Subject: [PATCH] Remove centos8 for devel from CI. (#223) --- .azure-pipelines/azure-pipelines.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 1bbd18e0..bf570b41 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -115,8 +115,6 @@ stages: targets: - name: CentOS 7 test: centos7 - - name: CentOS 8 - test: centos8 - name: Fedora 33 test: fedora33 - name: Fedora 34