Skip to content

Commit

Permalink
Exclude CCL-BIN on OSX from test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Jul 9, 2024
1 parent d9d6cd4 commit 16ea96f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@
"ubuntu-latest",
"macos-latest"
],
"exclude": [
{
"os": "macos-latest",
"lisp": "ccl-bin"
}
],
"quicklisp": [
"ultralisp",
"quicklisp"
Expand Down
3 changes: 3 additions & 0 deletions src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
:lisp ("sbcl-bin"
"ccl-bin"
"ecl")
:exclude '((:os "macos-latest"
;; Not supported platform arm64.
:lisp "ccl-bin"))
:coverage t)))


Expand Down

0 comments on commit 16ea96f

Please sign in to comment.