Skip to content

Commit

Permalink
Bump workflows to CCL version 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ak-coram committed Aug 15, 2024
1 parent 9c78205 commit c49468a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
lisp: [sbcl-bin, ccl-bin/1.12.2, ecl/24.5.10]
lisp: [sbcl-bin, ccl-bin/1.13, ecl/24.5.10]
os: [ubuntu-latest, windows-latest, macos-latest]
exclude:
- os: windows-latest
lisp: ecl/24.5.10
- os: windows-latest
lisp: ccl-bin/1.12.2
lisp: ccl-bin/1.13
- os: macos-latest
lisp: ccl-bin/1.12.2
lisp: ccl-bin/1.13
env:
LISP: ${{ matrix.lisp }}
steps:
Expand Down

0 comments on commit c49468a

Please sign in to comment.