Commit ee0c29b 1 parent 40538f1 commit ee0c29b Copy full SHA for ee0c29b
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ jobs:
21
21
strategy :
22
22
matrix :
23
23
Ubuntu-20 :
24
- imageName : ' ubuntu-20.04 '
24
+ imageName : ' ubuntu-latest '
25
25
type : ' linux'
26
26
MacOS :
27
- imageName : ' macos-11 '
27
+ imageName : ' macos-latest '
28
28
type : ' mac-os'
29
29
Windows :
30
- imageName : ' windows-2019 '
30
+ imageName : ' windows-latest '
31
31
type : ' windows'
32
32
pool :
33
33
vmImage : $(imageName)
@@ -125,16 +125,16 @@ jobs:
125
125
strategy :
126
126
matrix :
127
127
Ubuntu-20 :
128
- imageName : ' ubuntu-20.04 '
128
+ imageName : ' ubuntu-latest '
129
129
build_name : ' azcopy_linux_amd64'
130
130
display_name : " Linux"
131
131
Windows :
132
- imageName : ' windows-2019 '
132
+ imageName : ' windows-latest '
133
133
build_name : ' azcopy_windows_amd64.exe'
134
134
display_name : " Windows"
135
135
type : ' windows'
136
136
MacOS :
137
- imageName : ' macos-11 '
137
+ imageName : ' macos-latest '
138
138
build_name : ' azcopy_darwin_amd64'
139
139
display_name : " MacOS"
140
140
pool :
@@ -302,7 +302,7 @@ jobs:
302
302
# allow maximum build time, in case we have build congestion
303
303
timeoutInMinutes : 360
304
304
pool :
305
- vmImage : ' ubuntu-20.04 '
305
+ vmImage : ' ubuntu-latest '
306
306
steps :
307
307
- task : UsePythonVersion@0
308
308
name : ' Set_up_Python'
You can’t perform that action at this time.
0 commit comments