Skip to content

Commit

Permalink
ci/macos: add MacOS 14
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian authored and AlexandraTrifan committed Dec 3, 2024
1 parent 1f1ba93 commit 6762bf6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ stages:
macOS_13:
vmImage: 'macOS-13'
artifactName: 'macOS-13'
macOS_14:
vmImage: 'macOS-14'
artifactName: 'macOS-14'
pool:
vmImage: $[ variables['vmImage'] ]
steps:
Expand Down

0 comments on commit 6762bf6

Please sign in to comment.