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 committed Apr 25, 2024
1 parent 3ebaecd commit 543503e
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 @@ -35,6 +35,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 543503e

Please sign in to comment.