From 6b9ee831623e236a69af8fef671d7f766b3c37ef Mon Sep 17 00:00:00 2001 From: nik gaffney Date: Thu, 29 Sep 2022 11:40:30 +0200 Subject: [PATCH] osculated --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f3e20c7..24872f0 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,7 @@ jobs: matrix: # current ccl-bin has a flaky zip file, so roswell can't install it. # Specify a version that works for now. - lisp: [sbcl-bin, ecl, cmucl, clisp, allegro] + lisp: [sbcl-bin, ecl, cmucl, clisp] os: [ windows-latest, ubuntu-latest, macos-latest] # run the job on every combination of "lisp" and "os" above