From 74d9b6bcf997b28963e03b36498725b2cbbeb8a9 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 11 Nov 2025 10:27:50 +0100 Subject: [PATCH] Reenable windows CI that were disabled because of fiddle https://bugs.ruby-lang.org/issues/21645 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 041f6c2dab..cf5bd28f94 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -65,7 +65,7 @@ jobs: - ubuntu-latest - ubuntu-24.04-arm - macos-latest - # - windows-latest <-- failing with fiddle error, temporarily disabled + - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5 @@ -145,7 +145,7 @@ jobs: - ubuntu-latest - ubuntu-24.04-arm - macos-latest - # - windows-latest <-- failing with fiddle error, temporarily disabled + - windows-latest runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v5