Moved Lisp to the bottom of the matrix.
This commit is contained in:
parent
00cd3c4531
commit
af4bee83f7
1 changed files with 6 additions and 6 deletions
12
.github/workflows/install.yml
vendored
12
.github/workflows/install.yml
vendored
|
@ -19,6 +19,12 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
|
os:
|
||||||
|
- ubuntu-latest
|
||||||
|
- macos-latest
|
||||||
|
quicklisp-dist:
|
||||||
|
- quicklisp
|
||||||
|
- ultralisp
|
||||||
lisp:
|
lisp:
|
||||||
- sbcl-bin
|
- sbcl-bin
|
||||||
- ccl-bin
|
- ccl-bin
|
||||||
|
@ -27,12 +33,6 @@ jobs:
|
||||||
- allegro
|
- allegro
|
||||||
- clisp
|
- clisp
|
||||||
- cmucl
|
- cmucl
|
||||||
os:
|
|
||||||
- ubuntu-latest
|
|
||||||
- macos-latest
|
|
||||||
quicklisp-dist:
|
|
||||||
- quicklisp
|
|
||||||
- ultralisp
|
|
||||||
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