From 2fe76d1bc0e5f51b25a90ed1ead4001ea705c610 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 5 May 2026 00:17:08 -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 aa5150c..b79d59f 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@1962cf54da0688d81c2b1dd551a696765a0d6c95 + - uses: cerfcast/setup-action@740a65ccf9c2e208f9dc0a9a9a6a2877748e6161 # 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.