Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 10, 2024
1 parent 45224f1 commit 1200804
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,16 @@ jobs:
matrix:
os:
- ubuntu-latest
# - macos-latest
# I cannot get windows working for any implementations
# - windows-latest
- macos-latest
- windows-latest
lisp:
# - sbcl-bin
- sbcl-bin
- ecl
- ccl-bin
# The following doesn't work
# - abcl-bin
# - clasp-bin
# - cmu-bin
# - clisp-head
- abcl-bin
- clasp-bin
- cmu-bin
- clisp-head
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
Expand Down

0 comments on commit 1200804

Please sign in to comment.