Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzkt committed Jun 5, 2024
1 parent f9203b5 commit 9edeec7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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, ccl-bin, ecl, abcl ]
lisp: [ sbcl-bin, ccl-bin, ecl, abcl ]
os: [ windows-latest, ubuntu-latest, macos-latest ]
include:
# - os: ubuntu-latest
Expand All @@ -28,8 +28,6 @@ jobs:
exclude:
- os: windows-latest
lisp: ecl
- os: windows-latest
lisp: sbcl
- os: macos-latest
lisp: ccl-bin

Expand Down

0 comments on commit 9edeec7

Please sign in to comment.