Skip to content

Commit

Permalink
Revert "ci(R): Switch to R 3.6"
Browse files Browse the repository at this point in the history
This reverts commit 7dc1357.
  • Loading branch information
nokome authored and Nokome Bentley committed Nov 16, 2020
1 parent 7dc1357 commit d2c5724
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- job: test_r
pool:
vmImage: ubuntu-20.04
container: rstudio/r-base:3.6-focal
container: rstudio/r-base:4.0-focal
variables:
CRAN: 'https://demo.rstudiopm.com/all/__linux__/focal/latest'
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
condition: and(succeeded(), startsWith(variables['Build.SourceBranch'], 'refs/tags/'))
pool:
vmImage: ubuntu-20.04
container: rstudio/r-base:3.6-focal
container: rstudio/r-base:4.0-focal
variables:
CRAN: 'https://demo.rstudiopm.com/all/__linux__/focal/latest'
R_LIBS_USER: '$(Agent.BuildDirectory)/R/library'
Expand Down

0 comments on commit d2c5724

Please sign in to comment.