From 0071b343f1af1dcb969427f306b48ff7ae8af247 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 2 Jul 2022 15:01:19 +0200 Subject: [PATCH] Drop CentOS 8 from CI. (#289) --- .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 ae7f34ad..5b71cc82 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -168,8 +168,6 @@ stages: parameters: testFormat: 2.12/linux/{0} targets: - - name: CentOS 8 - test: centos8 - name: Fedora 34 test: fedora34 - name: Ubuntu 18.04