Skip to content

Commit

Permalink
Switching GH actions to ubuntu to try getting around a plotting bug o…
Browse files Browse the repository at this point in the history
…n macosx, see tidyverse/ggplot2#2252
  • Loading branch information
sbashevkin committed Jun 30, 2022
1 parent b9e246a commit 4f4a4a8
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 @@ -14,7 +14,7 @@ name: R-CMD-check

jobs:
R-CMD-check:
runs-on: macOS-latest
runs-on: ubuntu-latest
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
Expand Down

0 comments on commit 4f4a4a8

Please sign in to comment.