Update ci.yaml

This commit is contained in:
nik gaffney 2024-01-02 14:18:51 +01:00 committed by GitHub
parent 8811de3993
commit d70e1a6a73
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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