From b74e91dbcd3b0dbee71a6ab14a0cb637ae814200 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 5 May 2026 02:40:06 -0400 Subject: [PATCH] Test macOS Runner Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 41e404f..0d6170d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,8 +9,9 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - #- uses: tree-sitter/setup-action@v2 - - uses: cerfcast/setup-action@702f7c4cf0589cd6f59b916ecdc5cb7af3cae53d + - uses: tree-sitter/setup-action@v2 + with: + tree-sitter-ref: "bc2802abed9eb83e7a2c2a1090ed8afba54463c0" # 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.