From a62acdfc5ad1564e9f4dbf79dd7ffb3158ce2983 Mon Sep 17 00:00:00 2001 From: Hideki Saito Date: Tue, 21 Mar 2023 17:56:23 +0900 Subject: [PATCH] Added macOS 13.2 and remove macOS 12.0 - This commit fixes issue #431 Signed-off-by: Hideki Saito --- .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 9fb818b..e403638 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -205,8 +205,8 @@ stages: parameters: testFormat: devel/{0}/1 targets: - - name: MacOS 12.0 - test: macos/12.0 + - name: MacOS 13.2 + test: macos/13.2 - name: RHEL 7.9 test: rhel/7.9 - name: RHEL 8.7