diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fe46f7d..4806c08 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -17,11 +17,11 @@ 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] exclude: - os: windows-latest - lisp: ecl/23.9.9 + lisp: ecl/24.5.10 - os: windows-latest lisp: ccl-bin/1.12.2 - os: macos-latest