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 12, 2024
1 parent 0f0d06b commit 36e8eee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 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,10 @@ stages:
macOS_14:
vmImage: 'macOS-14'
artifactName: 'macOS-14'
macOS_15:
vmImage: 'macOS-15'
artifactName: 'macOS-15'

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

0 comments on commit 36e8eee

Please sign in to comment.