Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI:switch to new macOS arm64 agent #1032

Merged
merged 1 commit into from
Nov 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ stages:
macOS_13_arm64:
poolName: 'Default'
vmImage:
agentName: 'macOS_arm64'
agentName: 'miniMAC_arm64'
artifactName: 'macOS-13-arm64'
pool:
name: $(poolName)
Expand All @@ -321,7 +321,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 @@ -330,7 +330,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
Loading