diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 41da8cc..ce3c45a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,9 +60,9 @@ jobs: fail-fast: false matrix: cfg: - - { ruby: rubinius, os: ubuntu-18.04 } - - { ruby: mingw , os: windows-latest } - - { ruby: mswin , os: windows-latest } + - { ruby: rubinius, os: ubuntu-18.04 } + - { ruby: mingw , os: windows-latest } + - { ruby: mswin , os: windows-latest } name: ${{ matrix.cfg.os }} ${{ matrix.cfg.ruby }} runs-on: ${{ matrix.cfg.os }} steps: