From 78b27ffedbbeef43b83cc384f12bf9559132f8d5 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 16 Oct 2021 08:33:29 +0200 Subject: [PATCH] Remove centos8 for devel from CI. (#307) --- .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 0644fefa..3b1491dd 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