diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dfe7b44..c751063 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,13 @@ on: jobs: test: - runs-on: ubuntu-latest name: Test branch-name + runs-on: ${{ matrix.platform }} + strategy: + fail-fast: false + matrix: + platform: [ubuntu-latest, windows-latest, macos-latest, macos-11, ubuntu-18.04, windows-2022, windows-2016] + steps: - name: Checkout uses: actions/checkout@v2.4.0