diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5bd2998f93..122573ec1b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,9 +19,6 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} - exclude: - - os: windows-latest - ruby: '3.2' runs-on: ${{ matrix.os }}