From a7e4a3a59805991fd374a799556f92e34e6d69ad Mon Sep 17 00:00:00 2001 From: milek7 Date: Fri, 26 May 2023 18:00:27 +0200 Subject: [PATCH] maybe update macos CI to 11 --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e898af82..c92e0171 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -45,10 +45,10 @@ jobs: artifactName: binaries_linux displayName: 'Publish binaries' - - job: macos1015 + - job: macos11 pool: - vmImage: 'macOS-10.15' - displayName: 'MacOS 10.15 x86-64' + vmImage: 'macOS-11' + displayName: 'MacOS 11 x86-64' steps: - script: | sudo xcode-select -s /Applications/Xcode_12.3.app @@ -75,8 +75,8 @@ jobs: - job: macos11_arm64 pool: - vmImage: 'macOS-10.15' - displayName: 'MacOS 11.1 ARM64' + vmImage: 'macOS-11' + displayName: 'MacOS 11 ARM64' steps: - script: | sudo xcode-select -s /Applications/Xcode_12.3.app