Test macOS Runner
Continuous Integration / Library Tests (push) Failing after 7s
Continuous Integration / Library Format Tests (push) Failing after 8s
Continuous Integration / Grammar Tests (push) Failing after 9s

Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
This commit is contained in:
Will Hawkins
2026-05-05 02:44:51 -04:00
parent 9948ed95b3
commit 81fe430025
+1 -1
View File
@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v4 - uses: actions/setup-node@v4
- uses: tree-sitter/setup-action@v2 - uses: tree-sitter/setup-action@v2
with: with:
tree-sitter-ref: "v0.10.0" tree-sitter-ref: "main"
# Because our tree-sitter code is in a subdirectory, # Because our tree-sitter code is in a subdirectory,
# and working-directory does not apply to uses, we # and working-directory does not apply to uses, we
# are forced to specify calls to the CI ourselves. # are forced to specify calls to the CI ourselves.