Update ci.yaml
This commit is contained in:
parent
d70e1a6a73
commit
bceb34bff4
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -18,8 +18,11 @@ 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, ccl-bin, ecl ]
|
||||
lisp: [ sbcl, ccl-bin, ecl ]
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
lisp: allegro
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
lisp: ecl
|
||||
|
|
Loading…
Reference in a new issue