Skip to content

Commit

Permalink
GHA: drop failing env
Browse files Browse the repository at this point in the history
* macos-latest R-devel fails at r-lib/actions/setup-r@master
* ubuntu-latest fails with Heisensegfault (will resolve when re-run at correct moon phase)
  • Loading branch information
Florian Mayer authored and Florian Mayer committed Jul 21, 2020
1 parent 200b34c commit 828a070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- { os: windows-2016, r: "devel" }
- { os: windows-2016, r: "release" }
# - { os: windows-2016, r: "oldrel" } # fails on missing RTools for 3.6.3
- { os: macOS-latest, r: "devel" } # macos-10.15
# - { os: macOS-latest, r: "devel" } # macos-10.15 # fails on setup-r
- { os: macOS-latest, r: "release", pkgdown: "false"} # see docs.ropensci.org
- { os: macOS-latest, r: "oldrel"}
# - { os: ubuntu-20.04, r: "devel" } # # not released yet
Expand Down

0 comments on commit 828a070

Please sign in to comment.