Skip to content

Commit 806c413

Browse files
committed
Reenable windows CI that were disabled because of fiddle
https://bugs.ruby-lang.org/issues/21645
1 parent b7d1879 commit 806c413

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- ubuntu-latest
6666
- ubuntu-24.04-arm
6767
- macos-latest
68-
# - windows-latest <-- failing with fiddle error, temporarily disabled
68+
- windows-latest
6969
runs-on: ${{ matrix.os }}
7070
steps:
7171
- uses: actions/checkout@v5
@@ -145,7 +145,7 @@ jobs:
145145
- ubuntu-latest
146146
- ubuntu-24.04-arm
147147
- macos-latest
148-
# - windows-latest <-- failing with fiddle error, temporarily disabled
148+
- windows-latest
149149
runs-on: ${{ matrix.os }}
150150
steps:
151151
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)