From df7a1ac15b54ec5de9bfae23d2445d43640ce06c Mon Sep 17 00:00:00 2001 From: Will Hawkins Date: Wed, 6 May 2026 07:48:49 -0400 Subject: [PATCH] testing: Build With Dev Version Of Toolchain in CI Signed-off-by: Will Hawkins --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1192d52..9cb56ae 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@v3 with: - swift-version: "6.2.4" + swift-version: "6.2.4-dev" skip-verify-signature: true # Because our tree-sitter code is in a subdirectory, # and working-directory does not apply to uses, we @@ -46,7 +46,7 @@ jobs: - uses: tree-sitter/setup-action@v2 - uses: swift-actions/setup-swift@v3 with: - swift-version: "6.2.4" + swift-version: "6.2.4-dev" skip-verify-signature: true - run: tree-sitter generate working-directory: ./tree-sitter-p4