From beae736dea909d20747b3e5954422a51b9c67604 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Tue, 5 May 2026 02:25:01 -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 1fafeed..97b0533 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@b4cef168bc40ac6a3b41ceb02c581ed747b157ac + - uses: cerfcast/setup-action@c38b3e7ed328302f64b12d3488d07b205a548a80 # 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.