diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5789161c966..ce95fca1ba1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -38,7 +38,7 @@ jobs: py38: conda_env: py38 pool: - vmImage: 'macOS-10.13' + vmImage: 'macOS-10.15' steps: - template: ci/azure/unit-tests.yml diff --git a/doc/whats-new.rst b/doc/whats-new.rst index 4a6083522ba..99ee66fad67 100644 --- a/doc/whats-new.rst +++ b/doc/whats-new.rst @@ -86,6 +86,8 @@ Internal Changes - Changed test_open_mfdataset_list_attr to only run with dask installed (:issue:`3777`, :pull:`3780`). By `Bruno Pagani `_. +- Updated Azure CI MacOS image, given pending removal. + By `Maximilian Roos `_ .. _whats-new.0.15.0: