Skip to content

Commit

Permalink
test with r-devel-ucrt
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Sep 9, 2021
1 parent bcae813 commit 8e097b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
- {os: windows-latest, r: '3.6', rspm: "https://packagemanager.rstudio.com/cran/latest"}
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: 'devel'}
- {os: windows-2022, r: 'devel-ucrt'}
- {os: macOS-latest, r: 'release', brew_packages: 'imagemagick ghostscript'}
- {os: macOS-latest, r: 'release', brew_packages: 'imagemagick@6 ghostscript'}
- {os: ubuntu-16.04, r: '3.5', rspm: "https://packagemanager.rstudio.com/cran/__linux__/xenial/latest"}
Expand All @@ -35,7 +36,7 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: r-lib/actions/setup-r@v1
- uses: r-lib/actions/setup-r@HEAD
with:
r-version: ${{ matrix.config.r }}

Expand Down

0 comments on commit 8e097b5

Please sign in to comment.