From f2ebae635a5e50a91f3a03576b73347b38271408 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 24 Nov 2023 21:21:14 +0100 Subject: [PATCH] Remove Fedora 36 from CI. (#676) --- .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 ec7c2f5d0..2f9037904 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -154,8 +154,8 @@ stages: parameters: testFormat: 2.14/linux/{0} targets: - - name: Fedora 36 - test: fedora36 + - name: Ubuntu 20.04 + test: ubuntu2004 groups: - 1 - 2