Skip to content

Commit

Permalink
Replace macOS for Windows for R dev CI
Browse files Browse the repository at this point in the history
  • Loading branch information
imanuelcostigan committed Nov 23, 2019
1 parent 2e22102 commit 4c9e3e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
matrix:
config:
- { os: windows-latest, r: '3.6', args: "--no-manual" }
- { os: windows-latest, r: 'devel', args: "--no-manual" }
- { os: macOS-latest, r: '3.5' }
- { os: macOS-latest, r: '3.6' }
- { os: macOS-latest, r: 'devel', args: "--no-manual" }
- { os: ubuntu-latest, r: '3.6', cran: "https://demo.rstudiopm.com/all/__linux__/bionic/latest", args: "--no-manual" }
env:
R_REMOTES_NO_ERRORS_FROM_WARNINGS: true
Expand Down

0 comments on commit 4c9e3e0

Please sign in to comment.