From 82605a3d8348cbc6137aeb8229015786653d16cf Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Thu, 23 May 2024 11:57:35 +0000 Subject: [PATCH] Use SBCL 2.4.3 for tests. --- .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 55789f9..19cb729 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ "fail-fast": false, "matrix": { "lisp": [ - "sbcl-bin", + "sbcl-bin/2.4.3", "ccl-bin" ] }