From 93d85c0e4be17ec474da792b1341163cce5e8c40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Endsj=C3=B8?= Date: Tue, 12 Mar 2024 21:31:34 +0100 Subject: [PATCH] TMP: Test mac --- .github/workflows/tests.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 6415f67..6645ba3 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -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 }}