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 7
7
jobs :
8
8
- job : linux_311
9
9
timeoutInMinutes : 180
10
- pool : {vmImage: 'Ubuntu-22.04 '}
10
+ pool : {vmImage: 'ubuntu-latest '}
11
11
steps :
12
12
- task : UsePythonVersion@0
13
13
inputs :
25
25
python ./bin/run_tests.py
26
26
27
27
- job : macos_311
28
- pool : {vmImage: 'macOS-13 '}
28
+ pool : {vmImage: 'macOS-latest '}
29
29
timeoutInMinutes : 120
30
30
steps :
31
31
- task : UsePythonVersion@0
43
43
python ./bin/run_tests.py
44
44
45
45
- job : windows_311
46
- pool : {vmImage: 'windows-2019 '}
46
+ pool : {vmImage: 'windows-latest '}
47
47
timeoutInMinutes : 180
48
48
steps :
49
49
- task : UsePythonVersion@0
Original file line number Diff line number Diff line change 1
1
jobs :
2
2
- job : linux
3
- pool : {vmImage: 'Ubuntu-20.04 '}
3
+ pool : {vmImage: 'ubuntu-latest '}
4
4
steps :
5
5
- task : UsePythonVersion@0
6
6
- bash : |
14
14
inputs : {pathtoPublish: 'wheelhouse'}
15
15
16
16
- job : macos
17
- pool : {vmImage: 'macOS-13 '}
17
+ pool : {vmImage: 'macOS-latest '}
18
18
steps :
19
19
- task : UsePythonVersion@0
20
20
- bash : |
28
28
inputs : {pathtoPublish: wheelhouse}
29
29
30
30
- job : windows
31
- pool : {vmImage: 'windows-2019 '}
31
+ pool : {vmImage: 'windows-latest '}
32
32
steps :
33
33
- task : UsePythonVersion@0
34
34
- bash : |
You can’t perform that action at this time.
0 commit comments