Skip to content

Commit

Permalink
Quit testing on macOS and Windows
Browse files Browse the repository at this point in the history
All I care about is the counting mechanism across different Quarto versions; I'm trusting the Quarto team to make things output consistently across OSes :)

(Also, Windows builds took a long time and randomly failed, maybe because of newline issues? idk)
  • Loading branch information
andrewheiss committed Jun 3, 2024
1 parent acc3260 commit e1a1151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
fail-fast: false
matrix:
config:
- { os: windows-latest, r: "release", quarto: "" }
- { os: macOS-latest, r: "release", quarto: "" }
# - { os: windows-latest, r: "release", quarto: "" }
# - { os: macOS-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "" }
- { os: ubuntu-latest, r: "release", quarto: "pre-release" }

Expand Down

0 comments on commit e1a1151

Please sign in to comment.