Skip to content

Commit ee0c29b

Browse files
authored
updated to latest vm image (#2721)
1 parent 40538f1 commit ee0c29b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

azure-pipelines.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ jobs:
2121
strategy:
2222
matrix:
2323
Ubuntu-20:
24-
imageName: 'ubuntu-20.04'
24+
imageName: 'ubuntu-latest'
2525
type: 'linux'
2626
MacOS:
27-
imageName: 'macos-11'
27+
imageName: 'macos-latest'
2828
type: 'mac-os'
2929
Windows:
30-
imageName: 'windows-2019'
30+
imageName: 'windows-latest'
3131
type: 'windows'
3232
pool:
3333
vmImage: $(imageName)
@@ -125,16 +125,16 @@ jobs:
125125
strategy:
126126
matrix:
127127
Ubuntu-20:
128-
imageName: 'ubuntu-20.04'
128+
imageName: 'ubuntu-latest'
129129
build_name: 'azcopy_linux_amd64'
130130
display_name: "Linux"
131131
Windows:
132-
imageName: 'windows-2019'
132+
imageName: 'windows-latest'
133133
build_name: 'azcopy_windows_amd64.exe'
134134
display_name: "Windows"
135135
type: 'windows'
136136
MacOS:
137-
imageName: 'macos-11'
137+
imageName: 'macos-latest'
138138
build_name: 'azcopy_darwin_amd64'
139139
display_name: "MacOS"
140140
pool:
@@ -302,7 +302,7 @@ jobs:
302302
# allow maximum build time, in case we have build congestion
303303
timeoutInMinutes: 360
304304
pool:
305-
vmImage: 'ubuntu-20.04'
305+
vmImage: 'ubuntu-latest'
306306
steps:
307307
- task: UsePythonVersion@0
308308
name: 'Set_up_Python'

0 commit comments

Comments
 (0)