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:
|
include:
|
||||||
- os: ubuntu-latest
|
- os: ubuntu-latest
|
||||||
lisp: allegro
|
lisp: allegro
|
||||||
|
- os: windows-latest
|
||||||
|
lisp: sbcl-bin
|
||||||
exclude:
|
exclude:
|
||||||
- os: windows-latest
|
- os: windows-latest
|
||||||
lisp: ecl
|
lisp: ecl
|
||||||
|
- os: windows-latest
|
||||||
|
lisp: sbcl
|
||||||
|
|
||||||
# run the job on every combination of "lisp" and "os" above
|
# run the job on every combination of "lisp" and "os" above
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue