Skip to content

Commit

Permalink
remove ucrt for windows-devel check
Browse files Browse the repository at this point in the history
  • Loading branch information
levisc8 committed Nov 1, 2024
1 parent 6c6f910 commit b3e26ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
config:
- {os: windows-latest, r: 'release'}
- {os: windows-latest, r: '3.6'}
- {os: windows-2022, r: 'devel-ucrt'}
- {os: windows-2022, r: 'devel'}
- {os: macOS-latest, r: 'release'}
- {os: macOS-latest, r: 'oldrel'}
- {os: ubuntu-20.04, r: 'oldrel', rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest"}
Expand Down

0 comments on commit b3e26ad

Please sign in to comment.