From 14e6d9739ab6ae554430b9d405941fbb78d20446 Mon Sep 17 00:00:00 2001 From: thestig4242 <52763936+thestig4242@users.noreply.github.com> Date: Mon, 16 Sep 2024 05:43:01 -0600 Subject: [PATCH] Update ci.yml testing on windows --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8f9d00aee7..745552eb5d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,9 +48,7 @@ jobs: os: - ubuntu-latest - macOS-latest - # Windows CI build disabled for the time being. More information: - # https://github.com/hannobraun/fornjot/issues/2376 - # - windows-latest + - windows-latest runs-on: ${{matrix.os}} steps: - name: Check out repository