diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index 6816053..4b6d57b 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -11,18 +11,21 @@ jobs: uses: ruby/actions/.github/workflows/ruby_versions.yml@master with: engine: cruby - min_version: 2.7 + min_version: 3.2 build: needs: ruby-versions runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: + os: ['windows-latest', 'windows-11-arm'] ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} exclude: - ruby: head - os: - - windows-latest + - os: 'windows-11-arm' + ruby: '3.3' + - os: 'windows-11-arm' + ruby: '3.2' name: Ruby ${{ matrix.ruby }} ${{ matrix.os }} steps: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3