Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Dec 10, 2024
1 parent 0f0d06b commit ed76916
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ trigger:
- main
- master
- dev
- scopy2-ci-macOS
- ci-*
tags:
include:
Expand All @@ -35,6 +34,20 @@ stages:
macOS_14:
vmImage: 'macOS-14'
artifactName: 'macOS-14'
macOS_15:
vmImage: 'macOS-15'
artifactName: 'macOS-15'
macOS_13-arm64:
vmImage: 'macOS-13-arm64'
artifactName: 'macOS-13-arm64'
macOS_14-arm64:
vmImage: 'macOS-14-arm64'
artifactName: 'macOS-14-arm64'
macOS_15-arm64:
vmImage: 'macOS-15-arm64'
artifactName: 'macOS-15-arm64'


pool:
vmImage: $[ variables['vmImage'] ]
steps:
Expand Down

0 comments on commit ed76916

Please sign in to comment.