Commented out most matrix combinations.
This commit is contained in:
parent
a91d5d125c
commit
43afb346af
1 changed files with 8 additions and 8 deletions
16
.github/workflows/install.yml
vendored
16
.github/workflows/install.yml
vendored
|
@ -21,18 +21,18 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
- macos-latest
|
# - macos-latest
|
||||||
quicklisp-dist:
|
quicklisp-dist:
|
||||||
- quicklisp
|
- quicklisp
|
||||||
- ultralisp
|
# - ultralisp
|
||||||
lisp:
|
lisp:
|
||||||
- sbcl-bin
|
- sbcl-bin
|
||||||
- ccl-bin
|
# - ccl-bin
|
||||||
- ecl
|
# - ecl
|
||||||
- abcl
|
# - abcl
|
||||||
- allegro
|
# - allegro
|
||||||
- clisp
|
# - clisp
|
||||||
- cmucl
|
# - cmucl
|
||||||
include:
|
include:
|
||||||
# Seems allegro is does not support 64bit OSX.
|
# Seems allegro is does not support 64bit OSX.
|
||||||
# Unable to install it using Roswell:
|
# Unable to install it using Roswell:
|
||||||
|
|
Loading…
Reference in a new issue