From 4331ebfa2e08f064090cd83607506d92af063d65 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 6 Jan 2026 17:02:56 +0100 Subject: [PATCH] Update RHEL 9.x to 9.7 in CI. (#975) (cherry picked from commit 8049b0f013e7ce47f6e8a3270fea25e2911f7555) --- .azure-pipelines/azure-pipelines.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index b2d3179d..8bfd2d73 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -154,12 +154,10 @@ stages: parameters: testFormat: 2.19/{0} targets: - - name: macOS 15.3 - test: macos/15.3 - name: RHEL 10.0 test: rhel/10.0 - - name: RHEL 9.5 - test: rhel/9.5 + - name: RHEL 9.7 + test: rhel/9.7 - name: FreeBSD 14.2 test: freebsd/14.2 - name: FreeBSD 13.5 @@ -177,8 +175,6 @@ stages: targets: - name: macOS 14.3 test: macos/14.3 - - name: RHEL 9.4 - test: rhel/9.4 - name: FreeBSD 14.1 test: freebsd/14.1 groups: