Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Jan 2, 2024
1 parent d70e1a6 commit bceb34b
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 @@ -18,8 +18,11 @@ jobs:
matrix:
# current ccl-bin has a flaky zip file, so roswell can't install it.
# Specify a version that works for now.
lisp: [ sbcl-bin, ccl-bin, ecl ]
lisp: [ sbcl, ccl-bin, ecl ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
include:
- os: ubuntu-latest
lisp: allegro
exclude:
- os: windows-latest
lisp: ecl
Expand Down

0 comments on commit bceb34b

Please sign in to comment.