Skip to content

Commit

Permalink
ci: remove arm agent from azure-pipelines
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Stanea <[email protected]>
  • Loading branch information
Adrian-Stanea committed Oct 23, 2023
1 parent e9bf1ff commit 6501ae9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,11 +96,12 @@ jobs:
vmImage: 'macOS-13'
agentName: 'Azure Pipelines 2'
artifactName: 'macOS-13-x64'
macOS_13_arm64:
poolName: 'Default'
vmImage:
agentName: 'macOS_arm64'
artifactName: 'macOS-13-arm64'
# TODO: discuss with DevOps team how to setup ARM agent
# macOS_13_arm64:
# poolName: 'Default'
# vmImage:
# agentName: 'macOS_arm64'
# artifactName: 'macOS-13-arm64'
pool:
name: $(poolName)
vmImage: $(vmImage)
Expand Down

0 comments on commit 6501ae9

Please sign in to comment.