Skip to content

Commit

Permalink
Temporarily disable macOS tests until #116 is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
WesSouza committed Dec 30, 2023
1 parent 9d3242f commit a9986be
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/lint-typecheck-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
node: ['18.x', '20.x']
os:
- ubuntu-latest
- macOS-latest
# Building on macOS sometimes never exits even being successful,
# causing actions to hang for hours and then failing (#116).
# - macOS-latest

steps:
- name: Checkout repo
Expand Down

0 comments on commit a9986be

Please sign in to comment.