Skip to content

Commit

Permalink
CI: update macOS version
Browse files Browse the repository at this point in the history
Signed-off-by: Raluca Chis <[email protected]>
  • Loading branch information
Raluca Chis authored and pcercuei committed Nov 18, 2021
1 parent ecbaa3a commit fbf5adb
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,19 +88,12 @@ stages:
- job: macOSBuilds
strategy:
matrix:
macOS_10_14:
imageName: 'macOS-10.14'
artifactName: 'macOS-10.14'
macOS_10_15:
imageName: 'macOS-10.15'
artifactName: 'macOS-10.15'
# FIXME: uncomment after this is resolved:
# https://github.com/actions/virtual-environments/issues/2072
# Mac OS X 11.0 is definitely a big thing (with their switch to ARM,
# so we should be quick to have it)
# macOS_11_0:
# imageName: 'macOS-11.0'
# artifactName: 'macOS-11.0'
macOS_11:
imageName: 'macOS-11'
artifactName: 'macOS-11'
pool:
vmImage: $(imageName)
steps:
Expand Down

0 comments on commit fbf5adb

Please sign in to comment.