File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77jobs :
88- job : linux_311
99 timeoutInMinutes : 180
10- pool : {vmImage: 'Ubuntu-22.04 '}
10+ pool : {vmImage: 'ubuntu-latest '}
1111 steps :
1212 - task : UsePythonVersion@0
1313 inputs :
2525 python ./bin/run_tests.py
2626
2727 - job : macos_311
28- pool : {vmImage: 'macOS-13 '}
28+ pool : {vmImage: 'macOS-latest '}
2929 timeoutInMinutes : 120
3030 steps :
3131 - task : UsePythonVersion@0
4343 python ./bin/run_tests.py
4444
4545 - job : windows_311
46- pool : {vmImage: 'windows-2019 '}
46+ pool : {vmImage: 'windows-latest '}
4747 timeoutInMinutes : 180
4848 steps :
4949 - task : UsePythonVersion@0
Original file line number Diff line number Diff line change 11jobs :
22- job : linux
3- pool : {vmImage: 'Ubuntu-20.04 '}
3+ pool : {vmImage: 'ubuntu-latest '}
44 steps :
55 - task : UsePythonVersion@0
66 - bash : |
1414 inputs : {pathtoPublish: 'wheelhouse'}
1515
1616- job : macos
17- pool : {vmImage: 'macOS-13 '}
17+ pool : {vmImage: 'macOS-latest '}
1818 steps :
1919 - task : UsePythonVersion@0
2020 - bash : |
2828 inputs : {pathtoPublish: wheelhouse}
2929
3030- job : windows
31- pool : {vmImage: 'windows-2019 '}
31+ pool : {vmImage: 'windows-latest '}
3232 steps :
3333 - task : UsePythonVersion@0
3434 - bash : |
You can’t perform that action at this time.
0 commit comments