From e7b18542531326d2a7cef050c6ca7a4f0fb0d96e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 16 Apr 2026 19:14:11 +0200 Subject: [PATCH] Replace Fedora 43 with 44 for devel in CI. (#1003) --- .azure-pipelines/azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index d4a33f2c..f21053f5 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -125,8 +125,8 @@ stages: parameters: testFormat: devel/linux/{0} targets: - - name: Fedora 43 - test: fedora43 + - name: Fedora 44 + test: fedora44 - name: Ubuntu 24.04 test: ubuntu2404 - name: Alpine 3.23 @@ -248,8 +248,8 @@ stages: targets: - name: Alpine 3.23 test: alpine/3.23 - - name: Fedora 43 - test: fedora/43 + - name: Fedora 44 + test: fedora/44 - name: Ubuntu 22.04 test: ubuntu/22.04 - name: Ubuntu 24.04