Skip to content

Commit c926a94

Browse files
ci/macos: add macos 15
Signed-off-by: Bindea Cristian <cristian.bindea@analog.com>
1 parent 2c40c26 commit c926a94

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

azure-pipelines.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ trigger:
99
- main
1010
- master
1111
- dev
12-
- scopy2-ci-macOS
1312
- ci-*
1413
tags:
1514
include:
@@ -35,6 +34,10 @@ stages:
3534
macOS_14:
3635
vmImage: 'macOS-14'
3736
artifactName: 'macOS-14'
37+
macOS_15:
38+
vmImage: 'macOS-15'
39+
artifactName: 'macOS-15'
40+
3841
pool:
3942
vmImage: $[ variables['vmImage'] ]
4043
steps:

0 commit comments

Comments
 (0)