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:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
# - macos-latest
|
||||
quicklisp-dist:
|
||||
- quicklisp
|
||||
- ultralisp
|
||||
# - ultralisp
|
||||
lisp:
|
||||
- sbcl-bin
|
||||
- ccl-bin
|
||||
- ecl
|
||||
- abcl
|
||||
- allegro
|
||||
- clisp
|
||||
- cmucl
|
||||
# - ccl-bin
|
||||
# - ecl
|
||||
# - abcl
|
||||
# - allegro
|
||||
# - clisp
|
||||
# - cmucl
|
||||
include:
|
||||
# Seems allegro is does not support 64bit OSX.
|
||||
# Unable to install it using Roswell:
|
||||
|
|
Loading…
Reference in a new issue