Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt authored Jan 2, 2024
1 parent 8811de3 commit d70e1a6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit d70e1a6

Please sign in to comment.