Skip to content

Commit 42817d9

Browse files
committed
💩 Disable macos in github workflow
Refer: tree-sitter/tree-sitter-bash#265
1 parent 329b75d commit 42817d9

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)