From d5bf7235be7a7b5f7e48019af486bd6be9dcceea Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 26 Feb 2025 20:14:09 +0100 Subject: [PATCH] Add macOS 15.3. --- .azure-pipelines/azure-pipelines.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 90adf14e0d2..832436e064b 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -188,8 +188,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: macOS 14.3 - test: macos/14.3 + - name: macOS 15.3 + test: macos/15.3 - name: RHEL 9.5 test: rhel/9.5 - name: FreeBSD 14.2 @@ -208,6 +208,8 @@ stages: parameters: testFormat: 2.18/{0} targets: + - name: macOS 14.3 + test: macos/14.3 - name: RHEL 9.4 test: rhel/9.4 - name: FreeBSD 14.1