diff options
author | Ralf Gommers <ralf.gommers@gmail.com> | 2021-11-10 09:07:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-10 09:07:14 +0100 |
commit | 0d92ab41af127b1767392d86eea27c33b28f9964 (patch) | |
tree | 0b3bdb04a54c9bc6cf8d22b5c4d1394700a44b0d | |
parent | a0d86e298b18f6c1bc13d2ed032ac7fd9d67e592 (diff) | |
parent | 157f4021f2a24f1f88e7562571c9b68c97348e88 (diff) | |
download | numpy-0d92ab41af127b1767392d86eea27c33b28f9964.tar.gz |
Merge pull request #20342 from seberg/ci-updated-macos
CI: Bump azure MacOS version to macOS-1015
-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 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: |