Update ci.yaml
This commit is contained in:
parent
bceb34bff4
commit
e2eba19ade
1 changed files with 5 additions and 1 deletions
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
|
@ -23,10 +23,14 @@ jobs:
|
|||
include:
|
||||
- os: ubuntu-latest
|
||||
lisp: allegro
|
||||
- os: windows-latest
|
||||
lisp: sbcl-bin
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
lisp: ecl
|
||||
|
||||
- os: windows-latest
|
||||
lisp: sbcl
|
||||
|
||||
# run the job on every combination of "lisp" and "os" above
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue