diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ceab548..3a337ee 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,11 +21,6 @@ jobs: - ubuntu-latest #- macos-latest #- windows-latest - lisp: - - sbcl - - ccl - env: - LISP: ${{ matrix.lisp }} steps: - uses: actions/checkout@v4