summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2020-01-23 20:23:05 -0500
committerGitHub <noreply@github.com>2020-01-23 20:23:05 -0500
commite355cc80ee185bb01093763a0e7a617c8c6faabf (patch)
treee6eb117c9b5388ca5bbc0bf7fab2f56ffaa5270a
parent2646e3d95452ceb75a70bd8075be35a8b850ded0 (diff)
parent3e75551f30844001927bdae05100e3d11b2b564f (diff)
downloadcmd2-git-e355cc80ee185bb01093763a0e7a617c8c6faabf.tar.gz
Merge pull request #854 from python-cmd2/azure_mac_update
Update Azure Pipelines MacOs image from 10.13 to 10.14
-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..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.13' # other options 'Ubuntu 16.04', 'VS2017-Win2016'
+ 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: