Skip to content

Commit ac62f79

Browse files
committed
💩 Disable macos in github workflow
tree-sitter/tree-sitter-bash#265
1 parent 7033d88 commit ac62f79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
matrix:
2828
runs-on:
2929
- ubuntu-latest
30-
- macos-latest
30+
# https://github.com/tree-sitter/tree-sitter-bash/issues/265
31+
# - macos-latest
3132
- windows-latest
3233
runs-on: ${{matrix.runs-on}}
3334
steps:

0 commit comments

Comments
 (0)