Skip to content

Commit e355cc8

Browse files
authored
Merge pull request #854 from python-cmd2/azure_mac_update
Update Azure Pipelines MacOs image from 10.13 to 10.14
2 parents 2646e3d + 3e75551 commit e355cc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99

1010
# Configure Build Environment to use Azure Pipelines to build Python project using macOS
1111
pool:
12-
vmImage: 'macOS 10.13' # other options 'Ubuntu 16.04', 'VS2017-Win2016'
12+
vmImage: 'macOS-latest' # 10.14 Mojave, Azure will be adding Catalina or macOS-10.15 on February 3, 2020
1313

1414
# Run the pipeline with multiple Python versions
1515
strategy:

0 commit comments

Comments
 (0)