Update ci.yaml

This commit is contained in:
nik gaffney 2024-01-02 14:37:46 +01:00 committed by GitHub
parent bceb34bff4
commit e2eba19ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 }}