Update ci.yaml
remove ecl add ccl & allegro
This commit is contained in:
parent
1b04ee81d9
commit
0a49be2a8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -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. #- cmucl, allegro, ccl, ecl, clisp
|
||||
lisp: [sbcl-bin, ccl, ecl]
|
||||
lisp: [sbcl-bin, ccl, allegro]
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
|
||||
# run the job on every combination of "lisp" and "os" above
|
||||
|
|
Loading…
Reference in a new issue