From 32c281e45e447e516f1f9fbcd69b8e4258a90287 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 5 Mar 2020 23:56:31 -0500 Subject: [PATCH 1/2] update macos image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 191dc88eecc654e5d4396c3336a143e1451a2355 Mon Sep 17 00:00:00 2001 From: Maximilian Roos Date: Thu, 5 Mar 2020 23:59:09 -0500 Subject: [PATCH 2/2] whatsnew --- doc/whats-new.rst | 2 ++ 1 file changed, 2 insertions(+) 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: