osculated

This commit is contained in:
nik gaffney 2022-09-29 11:49:17 +02:00
parent 6b9ee83162
commit 24761557fe
Signed by: nik
GPG key ID: 989F5E6EDB478160

View file

@ -16,8 +16,8 @@ jobs:
strategy:
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]
# Specify a version that works for now. #- cmucl, allegro, ccl
lisp: [sbcl-bin, ecl, clisp]
os: [ windows-latest, ubuntu-latest, macos-latest]
# run the job on every combination of "lisp" and "os" above