From af4bee83f710e6cb20f551e551b925e5f8bdb31d Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Sat, 30 Jan 2021 00:59:43 +0300 Subject: [PATCH] Moved Lisp to the bottom of the matrix. --- .github/workflows/install.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index bc1eade..26b3df2 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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: