From 3e75551f30844001927bdae05100e3d11b2b564f Mon Sep 17 00:00:00 2001 From: Todd Leonhardt Date: Thu, 23 Jan 2020 19:56:11 -0500 Subject: Try always using latest macOS available --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'azure-pipelines.yml') diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0fe0adad..49f7daf3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ jobs: # Configure Build Environment to use Azure Pipelines to build Python project using macOS pool: - vmImage: 'macOS 10.14' # Azure will be adding the latest macOS version – Catalina or macOS-10.15 on February 3, 2020 + vmImage: 'macOS-latest' # 10.14 Mojave, Azure will be adding Catalina or macOS-10.15 on February 3, 2020 # Run the pipeline with multiple Python versions strategy: -- cgit v1.2.1