Skip to content

Commit

Permalink
don't use macOS on github actions for now as it keeps failing to inst…
Browse files Browse the repository at this point in the history
…all R
  • Loading branch information
paul-buerkner committed Sep 13, 2023
1 parent e126aa8 commit 2155a6f
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 @@ -18,7 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macOS-latest, r: 'release', rtools: ''}
# - {os: macOS-latest, r: 'release', rtools: ''}
- {os: windows-latest, r: 'release', rtools: '42'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release', rtools: ''}
- {os: ubuntu-latest, r: 'release', rtools: ''}
Expand Down

0 comments on commit 2155a6f

Please sign in to comment.