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:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
quicklisp-dist:
|
||||
- quicklisp
|
||||
- ultralisp
|
||||
lisp:
|
||||
- sbcl-bin
|
||||
- ccl-bin
|
||||
|
@ -27,12 +33,6 @@ jobs:
|
|||
- allegro
|
||||
- clisp
|
||||
- cmucl
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-latest
|
||||
quicklisp-dist:
|
||||
- quicklisp
|
||||
- ultralisp
|
||||
include:
|
||||
# Seems allegro is does not support 64bit OSX.
|
||||
# Unable to install it using Roswell:
|
||||
|
|
Loading…
Reference in a new issue