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