Moved Lisp to the bottom of the matrix.

This commit is contained in:
Alexander Artemenko 2021-01-30 00:59:43 +03:00
parent 00cd3c4531
commit af4bee83f7

View file

@ -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: