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.
1 parent 4e2910f commit 3e75551Copy full SHA for 3e75551
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.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
13
14
# Run the pipeline with multiple Python versions
15
strategy:
0 commit comments