From 641f9e14b6276ed3cfbb1cfc6bd8b5174cffea5b Mon Sep 17 00:00:00 2001 From: Goran Jelic-Cizmek Date: Mon, 26 Feb 2024 09:26:42 +0100 Subject: [PATCH] Update azure MacOS runner --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 02f96583f..0f46c8548 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -141,8 +141,8 @@ stages: displayName: 'Build Neuron and Run Integration Tests' - job: 'osx11' pool: - vmImage: 'macOS-11' - displayName: 'MacOS (11), AppleClang 12.0' + vmImage: 'macOS-12' + displayName: 'MacOS (12), AppleClang 14.0' steps: - checkout: self submodules: True