advent-of-code-2024

My solutions to AoC 2024
Log | Files | Refs

commit e0211656e194315d0d60c48326eed9977b6860e6
parent 5cd36c441567ae4b5c7bd4bc399e39eea75e1206
Author: Lukas Henkel <lh@entf.net>
Date:   Wed, 18 Dec 2024 07:40:00 +0100

Update SBCL

Diffstat:
M.github/workflows/run-tests.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml @@ -7,7 +7,7 @@ on: workflow_dispatch: env: - SBCL_VERSION: 2.3.11 + SBCL_VERSION: 2.4.11 jobs: build: