We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69723eb commit 00e5b36Copy full SHA for 00e5b36
azure-pipelines.yml
@@ -38,7 +38,7 @@ jobs:
38
py38:
39
conda_env: py38
40
pool:
41
- vmImage: 'macOS-10.13'
+ vmImage: 'macOS-10.15'
42
steps:
43
- template: ci/azure/unit-tests.yml
44
doc/whats-new.rst
@@ -86,6 +86,8 @@ Internal Changes
86
- Changed test_open_mfdataset_list_attr to only run with dask installed
87
(:issue:`3777`, :pull:`3780`).
88
By `Bruno Pagani <https://github.com/ArchangeGabriel>`_.
89
+- Updated Azure CI MacOS image, given pending removal.
90
+ By `Maximilian Roos <https://github.com/max-sixty>`_
91
92
.. _whats-new.0.15.0:
93
0 commit comments