From 7b405fcd05dbcd65bbb5904b10fbff8d094dd071 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81kos=20Kiss?= Date: Sun, 21 Jul 2024 08:51:46 +0200 Subject: [PATCH] Bump CI workflow to ECL version 24.5.10 --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 4de11da..94ac012 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,14 +17,14 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/23.9.9] + lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/24.5.10] os: [ubuntu-latest, windows-latest, macos-latest] quicklisp-dist: - quicklisp - ultralisp exclude: - os: windows-latest - lisp: ecl/23.9.9 + lisp: ecl/24.5.10 - os: windows-latest lisp: ccl-bin/1.12.2 env: