8000 move to macOS-12 azure image for testing · numpy/numpy@c6cb681 · GitHub
[go: up one dir, main page]

Skip to content

Commit c6cb681

Browse files
committed
move to macOS-12 azure image for testing
1 parent 1123e29 commit c6cb681

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,14 +104,7 @@ stages:
104104

105105
- job: macOS
106106
pool:
107-
# NOTE: at time of writing, there is a danger
108-
# that using an invalid vmIMage string for macOS
109-
# image silently redirects to a Windows build on Azure;
110-
# for now, use the only image name officially present in
111-
# the docs even though i.e., numba uses another in their
112-
# azure config for mac os -- Microsoft has indicated
113-
# they will patch this issue
114-
vmImage: 'macOS-11'
107+
vmImage: 'macOS-12'
115108
strategy:
116109
maxParallel: 3
117110
matrix:

0 commit comments

Comments
 (0)
0