Update ci.yaml

This commit is contained in:
nik gaffney 2023-12-31 17:42:54 +01:00 committed by GitHub
parent 9709c68650
commit eee0d7ed46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,7 +17,7 @@ jobs:
matrix:
# current ccl-bin has a flaky zip file, so roswell can't install it.
# Specify a version that works for now.
lisp: [ sbcl-bin, ccl, ecl, clisp, allegro, cmucl ]
lisp: [ sbcl-bin, ccl, ecl ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
# run the job on every combination of "lisp" and "os" above