From 0be65af9a94909e5a1554183ff4a672850d346e4 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 24 Nov 2023 21:07:02 +0100 Subject: [PATCH] Remove Fedora 36 from CI (#7592) Remove Fedora 36 from CI. (cherry picked from commit b2dea631d1d279b23888169d48475aae741d2af0) --- .azure-pipelines/azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 4531f46068..dfda04f0be 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -261,8 +261,8 @@ stages: parameters: testFormat: 2.14/linux/{0} targets: - - name: Fedora 36 - test: fedora36 + - name: Alpine 3 + test: alpine3 groups: - 1 - 2