Skip to content

Commit

Permalink
ci: only run R-CMD-check on Ubuntu
Browse files Browse the repository at this point in the history
macOS & Windows runners consume GHA minutes at higher rates
  • Loading branch information
kelly-sovacool authored Apr 10, 2024
1 parent 08665fd commit f044bce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
fail-fast: false
matrix:
config:
- { os: macos-latest, r: "release" }
- { os: windows-latest, r: "release" }
- { os: ubuntu-latest, r: "release" }
- { os: ubuntu-latest, r: "oldrel-1", http-user-agent: "release" }
#- { os: ubuntu-latest, r: "release" }
#- { os: ubuntu-latest, r: "devel" }
Expand Down

0 comments on commit f044bce

Please sign in to comment.