From 149759d0b05b882ff77f55b22a64f72127922f2c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Tue, 12 Mar 2024 13:28:22 +0100 Subject: [PATCH] [PR #8084/6fab4671 backport][stable-8] CI: add macOS 14.3 for devel, move 13.2 to stable-2.16 (#8086) CI: add macOS 14.3 for devel, move 13.2 to stable-2.16 (#8084) Add macOS 14.3 for devel, move 13.2 to stable-2.16. (cherry picked from commit 6fab46710a5a91babf5412c678dadb58d305a47c) Co-authored-by: Felix Fontein --- .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 8cca179adc..815e7d5556 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -187,8 +187,8 @@ stages: parameters: testFormat: devel/{0} targets: - - name: macOS 13.2 - test: macos/13.2 + - name: macOS 14.3 + test: macos/14.3 - name: RHEL 9.3 test: rhel/9.3 - name: FreeBSD 13.2 @@ -205,8 +205,8 @@ stages: parameters: testFormat: 2.16/{0} targets: - #- name: macOS 13.2 - # test: macos/13.2 + - name: macOS 13.2 + test: macos/13.2 - name: RHEL 9.2 test: rhel/9.2 - name: RHEL 8.8