From 4e1645f8b4c392265d1158ecd2488ce0fa10689c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simen=20Endsj=C3=B8?= Date: Fri, 8 Mar 2024 20:05:23 +0100 Subject: [PATCH] Exclude Windows --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 7e28d23..d2b6f22 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -5,12 +5,13 @@ jobs: matrix: os: - ubuntu-latest - - windows-latest + # - windows-latest - macos-latest lisp: - # windows-latest, sbcl: Tests isn't actually, but everything is green + # windows-latest, sbcl-bin: Tests isn't actually, but everything is green # ref https://github.com/simendsjo/sijo-version/actions/runs/8207665322/job/22449443638 # sbcl-bin + # windows-latest, ccl-bin: ccl-bin/system does not exist.stop. - ccl-bin # - ecl # - abcl-bin