From 949352817ef1883f94c0553917223155350822ed Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Fri, 24 Jan 2020 20:53:23 +0200 Subject: [PATCH 1/3] CI: Updated version of macos image --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 57032932b878c..5d19550c544f9 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ jobs: - template: ci/azure/posix.yml parameters: name: macOS - vmImage: xcode9-macos10.13 + vmImage: xcode10-macos10.14 - template: ci/azure/posix.yml parameters: From 82e47a16b21bc8758800db982582009b48616918 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Fri, 24 Jan 2020 20:56:12 +0200 Subject: [PATCH 2/3] Upgrading to the latest macos version REF: https://github.com/pandas-dev/pandas/pull/31292#discussion_r370787740 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d19550c544f9..70e9f3fad3bdc 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ jobs: - template: ci/azure/posix.yml parameters: name: macOS - vmImage: xcode10-macos10.14 + vmImage: macos-latest - template: ci/azure/posix.yml parameters: From 8f3504b12b47169acf0a2e16a90c1437df1ec60f Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Sat, 25 Jan 2020 14:15:05 +0200 Subject: [PATCH 3/3] Replaced "macos-latest" with the lastest numeric version REF: https://github.com/pandas-dev/pandas/pull/31292#pullrequestreview-348237211 --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 70e9f3fad3bdc..d992c64073476 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,7 +4,7 @@ jobs: - template: ci/azure/posix.yml parameters: name: macOS - vmImage: macos-latest + vmImage: macOS-10.14 - template: ci/azure/posix.yml parameters: