From 14f378238605849d9369af4350ca83728dcc4247 Mon Sep 17 00:00:00 2001 From: Charles Oliver Nutter Date: Fri, 3 Oct 2025 12:05:58 -0500 Subject: [PATCH] Run jruby-head on Windows Last few failures on Windows caused by jruby/jruby#9018 were fixed in jruby/ruby#9019. --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b9b6bd96..c8c08f19 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,6 @@ jobs: - { os: ubuntu-latest , ruby: truffleruby-head } exclude: - { os: windows-latest, ruby: jruby } - - { os: windows-latest, ruby: jruby-head } steps: - uses: actions/checkout@v5