From e2eba19ade3b8376c1e0e2c250927ebc25222583 Mon Sep 17 00:00:00 2001 From: nik gaffney <41225+zzkt@users.noreply.github.com> Date: Tue, 2 Jan 2024 14:37:46 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 8e09492..c6d95d4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -23,10 +23,14 @@ jobs: include: - os: ubuntu-latest lisp: allegro + - os: windows-latest + lisp: sbcl-bin exclude: - os: windows-latest lisp: ecl - + - os: windows-latest + lisp: sbcl + # run the job on every combination of "lisp" and "os" above runs-on: ${{ matrix.os }}