Skip to content

Commit 3e75551

Browse files
committed
Try always using latest macOS available
1 parent 4e2910f commit 3e75551

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.14' # Azure will be adding the latest macOS version – Catalina or macOS-10.15 on February 3, 2020
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)