From 19cb980eed00bae2f07af98fcecc89abc4701c93 Mon Sep 17 00:00:00 2001 From: Alexander Artemenko Date: Tue, 26 Jan 2021 13:38:17 +0300 Subject: [PATCH] Added ccl-bin and OSX. --- .github/workflows/install.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index bdfc24a..63da3a5 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -21,10 +21,10 @@ jobs: matrix: lisp: - sbcl-bin -# - ccl-bin + - ccl-bin os: - ubuntu-latest -# - macos-latest + - macos-latest runs-on: ${{ matrix.os }}