Skip to content

Commit

Permalink
Update ubuntu VMImage to ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Jun 10, 2021
1 parent 54285e3 commit cd3d0b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/warden.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- job: 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:
- task: UsePythonVersion@0
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
dependsOn: 'Build'

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-20.04'

steps:

Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/live-test-cleanup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ stages:
jobs:
- job: Run
pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04

steps:
# Register the dogfood environment to clean up ACS custom subscription
Expand Down
2 changes: 1 addition & 1 deletion eng/pipelines/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ stages:
PathPrefix: 'cpp'

pool:
vmImage: ubuntu-16.04
vmImage: ubuntu-20.04

variables:
Organization: azure-sdk
Expand Down

0 comments on commit cd3d0b9

Please sign in to comment.