osculated
This commit is contained in:
parent
6b9ee83162
commit
24761557fe
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -16,8 +16,8 @@ jobs:
|
|||
strategy:
|
||||
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, ecl, cmucl, clisp]
|
||||
# Specify a version that works for now. #- cmucl, allegro, ccl
|
||||
lisp: [sbcl-bin, ecl, clisp]
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest]
|
||||
|
||||
# run the job on every combination of "lisp" and "os" above
|
||||
|
|
Loading…
Reference in a new issue