From d820b4e0ec33892eef88bae135de48d6ebca8394 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Mon, 4 May 2026 23:29:54 -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 3c948fc..90c641d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-node@v4 #- uses: tree-sitter/setup-action@v2 - - uses: cerfcast/setup-action@f4e0f74a71d001ed196ccdf9f07df35fed752bde + - uses: cerfcast/setup-action@cf2c36bdd9733065e1a46a298c363db970fe17b2 # 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.