diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e355c78bc4..71af8d49d7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,6 +27,9 @@ jobs: matrix: os: ['ubuntu-latest', 'macos-latest', 'windows-latest'] ruby-version: ['3.4', '3.3', '3.2', '3.1'] + exclude: + - os: 'windows-latest' + ruby-version: '3.4' name: Ruby ${{ matrix.ruby-version }} on ${{ matrix.os }} steps: