diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc565e0..ec92474 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,9 +14,10 @@ jobs: needs: ruby-versions name: build (${{ matrix.ruby }} / ${{ matrix.os }}) strategy: + fail-fast: false matrix: ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }} - os: [ ubuntu-latest, macos-latest, windows-latest ] + os: [ ubuntu-latest, macos-13, windows-latest ] include: - ruby: mswin os: windows-latest