Skip to content

Commit

Permalink
Switch to ubuntu for GHA
Browse files Browse the repository at this point in the history
The `polygon edge not found` error that keeps popping up seems to be related to `macOS` only.
See tidyverse/ggplot2#2252
  • Loading branch information
milanmlft committed Jan 24, 2022
1 parent 0d904e3 commit decbea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ env:

jobs:
render:
runs-on: macos-latest
runs-on: ubuntu-latest

steps:
- name: Check out repo
Expand Down

0 comments on commit decbea5

Please sign in to comment.