summaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-23 19:37:26 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-23 19:37:26 -0500
commit4e2910fde15b1eec91f13dfe26bbf2cb8ce3176a (patch)
tree15e537a87ce85d30bf0cef9ca1e834fcc9f4cd1c /azure-pipelines.yml
parent2646e3d95452ceb75a70bd8075be35a8b850ded0 (diff)
downloadcmd2-git-4e2910fde15b1eec91f13dfe26bbf2cb8ce3176a.tar.gz
Update Azure Pipelines MacOs image from 10.13 (HighSierra) to 10.14 (Mojave)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index bb913210..0fe0adad 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.13' # other options 'Ubuntu 16.04', 'VS2017-Win2016'
+ vmImage: 'macOS 10.14' # Azure will be adding the latest macOS version – Catalina or macOS-10.15 on February 3, 2020
# Run the pipeline with multiple Python versions
strategy: