Update ci.yaml

sbcl-bin and ccl?
This commit is contained in:
nik gaffney 2023-01-25 15:24:38 +01:00 committed by GitHub
parent 0a49be2a8d
commit d2430562d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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