Update ci.yaml
This commit is contained in:
parent
15215d5bab
commit
9709c68650
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.
|
||||
lisp: [ sbcl-bin ]
|
||||
lisp: [ sbcl-bin, ccl, ecl, clisp, allegro, cmucl ]
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
|
||||
# run the job on every combination of "lisp" and "os" above
|
||||
|
|
Loading…
Reference in a new issue