From 3dec1bd4641f29e82403b7940f5b3a367a95dc4b Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 7 Jun 2024 21:08:30 +0200 Subject: [PATCH] Disable CI build on Windows --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 745552eb5..8f9d00aee 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,9 @@ jobs: os: - ubuntu-latest - macOS-latest - - windows-latest + # Windows CI build disabled for the time being. More information: + # https://github.com/hannobraun/fornjot/issues/2376 + # - windows-latest runs-on: ${{matrix.os}} steps: - name: Check out repository