summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Berg <sebastian@sipsolutions.net>2021-11-09 16:08:55 -0600
committerSebastian Berg <sebastian@sipsolutions.net>2021-11-09 16:10:55 -0600
commit157f4021f2a24f1f88e7562571c9b68c97348e88 (patch)
tree5687d58bc76bdeec3297723a4c59cd87920e8a0c
parente1239e7152c87fa97266f62e107d383905e6006c (diff)
downloadnumpy-157f4021f2a24f1f88e7562571c9b68c97348e88.tar.gz
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.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 7c21087e1..9d2973b59 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -109,7 +109,7 @@ stages:
# the docs even though i.e., numba uses another in their
# azure config for mac os -- Microsoft has indicated
# they will patch this issue
- vmImage: 'macOS-10.14'
+ vmImage: 'macOS-1015'
strategy:
maxParallel: 3
matrix: