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:
|
strategy:
|
||||||
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
|
# Specify a version that works for now. #- cmucl, allegro, ccl, ecl, clisp
|
||||||
lisp: [sbcl-bin, ecl, clisp]
|
lisp: [sbcl-bin]
|
||||||
os: [ windows-latest, ubuntu-latest, macos-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
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
Loading…
Reference in a new issue