From 6eaf2041a14bac4bd8e6d19b8bfa381df3ae7468 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 4 May 2026 23:15:06 -0400 Subject: [PATCH] Test macOS Runner Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 6e2ae9f..9e04457 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -9,7 +9,8 @@ jobs: steps: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 - - uses: tree-sitter/setup-action@v2 + #- uses: tree-sitter/setup-action@v2 + - uses: cerfcast/setup-action@886f0ab373105625f5af268677bc715050fcc105 # 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.