From c536bc657d3a68dfbd5eecc46bfb695bf3706624 Mon Sep 17 00:00:00 2001 From: milek7 Date: Fri, 26 May 2023 18:05:37 +0200 Subject: [PATCH] maybe update macos CI to 11 --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c92e0171..779e4fe5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -51,7 +51,7 @@ jobs: displayName: 'MacOS 11 x86-64' steps: - script: | - sudo xcode-select -s /Applications/Xcode_12.3.app + sudo xcode-select -s /Applications/Xcode_12.4.app displayName: 'Setup Xcode' - script: | cd /tmp @@ -79,7 +79,7 @@ jobs: displayName: 'MacOS 11 ARM64' steps: - script: | - sudo xcode-select -s /Applications/Xcode_12.3.app + sudo xcode-select -s /Applications/Xcode_12.4.app displayName: 'Setup Xcode' - script: | cd /tmp