Skip to content

Commit

Permalink
Change vm image to use 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
diondrapeck committed Aug 24, 2021
1 parent 68f5132 commit 4337bc6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/code-quality.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'

container: ninhu/r-sdk-build:latest

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/function-tests.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'

container: ninhu/r-sdk-build:latest

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/update-docs.yml
Expand Up @@ -8,7 +8,7 @@ trigger:
pr: none

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'

container: ninhu/r-sdk-build:latest

Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/validate-samples.yml
Expand Up @@ -2,7 +2,7 @@ trigger:
- master

pool:
vmImage: 'ubuntu-16.04'
vmImage: 'ubuntu-18.04'

container: ninhu/r-sdk-build:latest

Expand Down

0 comments on commit 4337bc6

Please sign in to comment.