Skip to content

Commit

Permalink
[ci] test only on macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
digikar99 committed May 8, 2024
1 parent aa6bc1d commit 9dbf4cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
lisp: [sbcl]
os: [macos-14, macos-13]
os: [macos-13]
runs-on: ${{ matrix.os }}
timeout-minutes: 3

Expand Down
2 changes: 1 addition & 1 deletion ci-pre-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;; :replace t
;; :prompt nil)
(push :ci *features*)
(push #P"~/" ql:*local-project-directories*)
(push #P"./" ql:*local-project-directories*)
(print (ql:where-is-system "py4cl2-cffi"))
(force-output)
(defmacro print-and-call (form)
Expand Down
2 changes: 1 addition & 1 deletion ci-test.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(when (eq :linux (uiop:operating-system))
(push (print (pathname (uiop:getenv "EXOTIC_DIR")))
ql:*local-project-directories*))
(push #P"~/" ql:*local-project-directories*)
(push #P"./" ql:*local-project-directories*)
(ql:quickload "py4cl2-cffi-tests")
(py4cl2-cffi/config:print-configuration)
(let ((report (py4cl2-cffi-tests:run)))
Expand Down

0 comments on commit 9dbf4cb

Please sign in to comment.