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