We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecbaa3a commit fbf5adbCopy full SHA for fbf5adb
azure-pipelines.yml
@@ -88,19 +88,12 @@ stages:
88
- job: macOSBuilds
89
strategy:
90
matrix:
91
- macOS_10_14:
92
- imageName: 'macOS-10.14'
93
- artifactName: 'macOS-10.14'
94
macOS_10_15:
95
imageName: 'macOS-10.15'
96
artifactName: 'macOS-10.15'
97
-# FIXME: uncomment after this is resolved:
98
-# https://github.com/actions/virtual-environments/issues/2072
99
-# Mac OS X 11.0 is definitely a big thing (with their switch to ARM,
100
-# so we should be quick to have it)
101
-# macOS_11_0:
102
-# imageName: 'macOS-11.0'
103
-# artifactName: 'macOS-11.0'
+ macOS_11:
+ imageName: 'macOS-11'
+ artifactName: 'macOS-11'
104
pool:
105
vmImage: $(imageName)
106
steps:
0 commit comments