From 9c3266ef648dabb82f090e78118b2d55f2d892e9 Mon Sep 17 00:00:00 2001 From: Fijxu Date: Sat, 1 Aug 2026 21:29:03 -0400 Subject: [PATCH] CI: Pin Crystal to 1.20.3 for linting task so ameba can build (#5859) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fefb632d..c62cfcf5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,7 +139,7 @@ jobs: id: lint_step_install_crystal uses: crystal-lang/install-crystal@v1.9.2 with: - crystal: latest + crystal: 1.20.3 - name: Cache Shards uses: actions/cache@v6