Update ci.yaml

remove ecl add ccl & allegro
This commit is contained in:
nik gaffney 2023-01-25 15:21:17 +01:00 committed by GitHub
parent 1b04ee81d9
commit 0a49be2a8d
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, ecl] lisp: [sbcl-bin, ccl, allegro]
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