Update ci.yaml
This commit is contained in:
parent
8811de3993
commit
d70e1a6a73
1 changed files with 4 additions and 1 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
@ -20,6 +20,9 @@ jobs:
|
||||||
# Specify a version that works for now.
|
# Specify a version that works for now.
|
||||||
lisp: [ sbcl-bin, ccl-bin, ecl ]
|
lisp: [ sbcl-bin, ccl-bin, ecl ]
|
||||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||||
|
exclude:
|
||||||
|
- os: windows-latest
|
||||||
|
lisp: ecl
|
||||||
|
|
||||||
# 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