We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2646e3d + 3e75551 commit e355cc8Copy full SHA for e355cc8
azure-pipelines.yml
@@ -9,7 +9,7 @@ jobs:
9
10
# Configure Build Environment to use Azure Pipelines to build Python project using macOS
11
pool:
12
- 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
13
14
# Run the pipeline with multiple Python versions
15
strategy:
0 commit comments