From 81fe4300258f1be22edc01281a2896314d7fd6c9 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 5 May 2026 02:44:51 -0400 Subject: [PATCH] Test macOS Runner Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 28050dc..baa1def 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -11,7 +11,7 @@ jobs: - uses: actions/setup-node@v4 - uses: tree-sitter/setup-action@v2 with: - tree-sitter-ref: "v0.10.0" + tree-sitter-ref: "main" # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we # are forced to specify calls to the CI ourselves.