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 e895390 commit e8608d7Copy full SHA for e8608d7
azure-pipelines.yml
@@ -26,11 +26,11 @@ jobs:
26
# Define all the platform/python version we need
27
MacPython37:
28
platform: 'osx' # Short name for us
29
- imageName: 'macOS-10.14'
+ imageName: 'macOS-10.15'
30
python.version: '3.7'
31
WinPython37:
32
platform: 'win' # Short name for us
33
- imageName: 'vs2017-win2016'
+ imageName: 'windows-2019'
34
35
LinuxPython37:
36
platform: 'linux' # Short name for us
0 commit comments