Update ci.yaml
This commit is contained in:
parent
8811de3993
commit
d70e1a6a73
1 changed files with 4 additions and 1 deletions
5
.github/workflows/ci.yaml
vendored
5
.github/workflows/ci.yaml
vendored
|
@ -20,7 +20,10 @@ jobs:
|
|||
# Specify a version that works for now.
|
||||
lisp: [ sbcl-bin, ccl-bin, ecl ]
|
||||
os: [ windows-latest, ubuntu-latest, macos-latest ]
|
||||
|
||||
exclude:
|
||||
- os: windows-latest
|
||||
lisp: ecl
|
||||
|
||||
# run the job on every combination of "lisp" and "os" above
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue