Skip to content

Commit

Permalink
💩 Disable macos in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Freed-Wu committed May 24, 2024
1 parent 7033d88 commit ac62f79
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
matrix:
runs-on:
- ubuntu-latest
- macos-latest
# https://github.com/tree-sitter/tree-sitter-bash/issues/265
# - macos-latest
- windows-latest
runs-on: ${{matrix.runs-on}}
steps:
Expand Down

0 comments on commit ac62f79

Please sign in to comment.