diff options
author | mattip <matti.picus@gmail.com> | 2019-10-25 11:31:52 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2019-10-25 11:31:52 +0300 |
commit | c47061de6fc234e0d4438bc4cef6510c89a495c2 (patch) | |
tree | 272a80926fbab486ca1d60735f5a92328edae9fd /azure-pipelines.yml | |
parent | 3356d994fcf3fdfcfedc70185fc013501a87a4b9 (diff) | |
download | numpy-c47061de6fc234e0d4438bc4cef6510c89a495c2.tar.gz |
BUILD: try a newer macOS image
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3af335acc..c5ae65dbf 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,7 +64,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.13 + vmImage: macOS-10.14 steps: # the @0 refers to the (major) version of the *task* on Microsoft's # end, not the order in the build matrix nor anything to do |