Skip to content

Commit fbf5adb

Browse files
Raluca Chispcercuei
authored andcommitted
CI: update macOS version
Signed-off-by: Raluca Chis <[email protected]>
1 parent ecbaa3a commit fbf5adb

File tree

1 file changed

+3
-10
lines changed

1 file changed

+3
-10
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,19 +88,12 @@ stages:
8888
- job: macOSBuilds
8989
strategy:
9090
matrix:
91-
macOS_10_14:
92-
imageName: 'macOS-10.14'
93-
artifactName: 'macOS-10.14'
9491
macOS_10_15:
9592
imageName: 'macOS-10.15'
9693
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'
94+
macOS_11:
95+
imageName: 'macOS-11'
96+
artifactName: 'macOS-11'
10497
pool:
10598
vmImage: $(imageName)
10699
steps:

0 commit comments

Comments
 (0)