Skip to content

Commit

Permalink
CI:switch to new macOS arm64 agent
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Groza <[email protected]>
  • Loading branch information
ccraluca authored and AAndrisa committed Oct 17, 2023
1 parent 27276d0 commit 6c81d8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ stages:
macOS_13_arm64:
poolName: 'Default'
vmImage:
agentName: 'macOS_arm64'
agentName: 'miniMAC_arm64'
artifactName: 'macOS-13-arm64'
pool:
name: $(poolName)
Expand All @@ -320,7 +320,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
Expand All @@ -329,7 +329,7 @@ stages:
brew install doxygen libusb libxml2 ncurses cdk libserialport sphinx-doc pkg-config zstd
pip3 install sphinx
displayName: 'Dependencies'
condition: ne(variables['agentName'],'macOS_arm64')
condition: ne(variables['agentName'],'miniMAC_arm64')
- script: |
set -e
mkdir build && cd build
Expand Down

0 comments on commit 6c81d8d

Please sign in to comment.