From af5dad769d103a3579e6183ea980e18378054a69 Mon Sep 17 00:00:00 2001 From: Raluca Groza Date: Thu, 17 Aug 2023 12:29:34 +0300 Subject: [PATCH] CI:switch to new macOS arm64 agent A new physical agent, a miniMac with arm64 architecture is used for building purpose. Signed-off-by: Raluca Groza --- azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aadb82e66..c781b924a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -306,7 +306,7 @@ stages: macOS_13_arm64: poolName: 'Default' vmImage: - agentName: 'macOS_arm64' + agentName: 'miniMAC_arm64' artifactName: 'macOS-13-arm64' pool: name: $(poolName) @@ -318,7 +318,7 @@ stages: fetchDepth: 1 clean: true - task: UsePythonVersion@0 - condition: ne(variables['agentName'],'macOS_arm64') + condition: ne(variables['agentName'],'miniMAC_arm64') inputs: versionSpec: '3.x' addToPath: true @@ -327,7 +327,7 @@ stages: brew install doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config pip3 install sphinx displayName: 'Dependencies' - condition: ne(variables['agentName'],'macOS_arm64') + condition: ne(variables['agentName'],'miniMAC_arm64') - script: | set -e mkdir build && cd build