From d9730f0d8a880f42dd6b699fc9ef8b49f9cb49d2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Fri, 1 Aug 2025 23:44:08 +0200 Subject: [PATCH] Fix CI matrix. --- .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 4ab33e9..059a80a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -149,7 +149,7 @@ stages: jobs: - template: templates/matrix.yml parameters: - testFormat: devel/linux/{0}/1 + testFormat: 2.19/linux/{0}/1 targets: - name: Fedora 42 test: fedora42 @@ -238,7 +238,7 @@ stages: jobs: - template: templates/matrix.yml parameters: - testFormat: devel/{0}/1 + testFormat: 2.19/{0}/1 targets: - name: RHEL 10.0 test: rhel/10.0