Skip to content

Commit

Permalink
TMP: Test mac
Browse files Browse the repository at this point in the history
  • Loading branch information
simendsjo committed Mar 12, 2024
1 parent 389e5b9 commit 93d85c0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ jobs:
strategy:
matrix:
os:
- ubuntu-latest
# - macos-latest
# - ubuntu-latest
- macos-latest
# - windows-latest
lisp:
# - sbcl-bin
# - ecl
# - ccl-bin
- sbcl-bin
- ecl
- ccl-bin
- abcl-bin
- clasp-bin
- cmu-bin
- clisp-head
# - cmu-bin
runs-on: ${{ matrix.os }}
env:
LISP: ${{ matrix.lisp }}
Expand Down

0 comments on commit 93d85c0

Please sign in to comment.