Skip to content

Commit

Permalink
[ci] add macos-latest sbcl
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed Apr 23, 2024
1 parent e660a7a commit 5624e19
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ jobs:
strategy:
matrix:
lisp: [sbcl, ccl, ecl]
runs-on: ubuntu-22.04
os: [ubuntu-22.04, macos-latest]
exclude:
- lisp: ccl
os: macos-latest
- lisp: ecl
os: macos-latest
runs-on: {{ matrix.os }}
timeout-minutes: 8

continue-on-error: true
Expand Down

0 comments on commit 5624e19

Please sign in to comment.