From 5aa14f1370bd5b8aeb4b229e7969758ed6f9f4e9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 21 Mar 2026 11:18:16 +0100 Subject: [PATCH] Replace FreeBSD 14.3 with 14.4, and macOS 15.3 with 26.3. --- .azure-pipelines/azure-pipelines.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 00717b99df..2002270f66 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -189,8 +189,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: macOS 15.3 - test: macos/15.3 + - name: macOS 26.3 + test: macos/26.3 - name: RHEL 10.1 test: rhel/10.1 - name: RHEL 9.7 @@ -198,8 +198,8 @@ stages: # TODO: enable this ASAP! # - name: FreeBSD 15.0 # test: freebsd/15.0 - - name: FreeBSD 14.3 - test: freebsd/14.3 + - name: FreeBSD 14.4 + test: freebsd/14.4 groups: - 1 - 2 @@ -212,6 +212,8 @@ stages: parameters: testFormat: 2.20/{0} targets: + - name: macOS 15.3 + test: macos/15.3 - name: RHEL 10.1 test: rhel/10.1 - name: FreeBSD 14.3