Skip to content

Commit 016ffd5

Browse files
committed
revert rcmdcheck
1 parent cf57e3d commit 016ffd5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,13 @@ name: R-CMD-check
88

99
jobs:
1010
R-CMD-check:
11-
runs-on: macOS-latest
11+
runs-on: ubuntu-latest
1212
env:
1313
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1414
R_KEEP_PKG_SOURCE: yes
1515
steps:
1616
- uses: actions/checkout@v2
1717

18-
- uses: r-lib/actions/setup-pandoc@v2
19-
2018
- uses: r-lib/actions/setup-r@v2
2119
with:
2220
use-public-rspm: true

0 commit comments

Comments
 (0)