Skip to content

Commit 157f402

Browse files
committed
CI: Bump azure MacOS version to macOS-1015
The 10.14 version is deprecated and will stop working on December 10: https://devblogs.microsoft.com/devops/hosted-pipelines-image-deprecation/ The new image name seems to not have the `.` in it.
1 parent e1239e7 commit 157f402

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ stages:
109109
# the docs even though i.e., numba uses another in their
110110
# azure config for mac os -- Microsoft has indicated
111111
# they will patch this issue
112-
vmImage: 'macOS-10.14'
112+
vmImage: 'macOS-1015'
113113
strategy:
114114
maxParallel: 3
115115
matrix:

0 commit comments

Comments
 (0)