From 9528cfd83cce69c9bdec06d8888c2179cddc12f2 Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 29 Sep 2022 11:58:05 +0200 Subject: [PATCH] osculated --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9cde46..2998c6f 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,9 +16,9 @@ jobs: strategy: matrix: # current ccl-bin has a flaky zip file, so roswell can't install it. - # Specify a version that works for now. #- cmucl, allegro, ccl - lisp: [sbcl-bin, ecl, clisp] - os: [ windows-latest, ubuntu-latest, macos-latest] + # Specify a version that works for now. #- cmucl, allegro, ccl, ecl, clisp + lisp: [sbcl-bin] + os: [ubuntu-latest, macos-latest, windows-latest] # run the job on every combination of "lisp" and "os" above runs-on: ${{ matrix.os }}