Skip to content

Commit

Permalink
Use Ubuntu for the R 3.6 github action
Browse files Browse the repository at this point in the history
  • Loading branch information
remlapmot committed Jun 22, 2020
1 parent b0d9fa7 commit 410a39e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ jobs:
matrix:
config:
# - { os: macOS-latest, r: '3.5'}
- { os: macOS-latest, r: '3.6'}
# - { os: macOS-latest, r: '3.6'}
- { os: ubuntu-16.04, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
- { os: macOS-latest, r: 'release'}
- { os: windows-latest, r: 'devel'}

Expand Down

0 comments on commit 410a39e

Please sign in to comment.