From fe01197c258ad17f2ddbc76df34ab24dcc6b8232 Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Fri, 6 Feb 2026 07:52:20 -0500 Subject: [PATCH] Swift 6.2.3 Not Available in CI/CD 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 d1b372f..2843360 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -27,7 +27,7 @@ jobs: - uses: tree-sitter/setup-action@v2 - uses: swift-actions/setup-swift@v2 with: - swift-version: "6.2.3" + swift-version: "6.2" # 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.