diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dffe0b803..c0767e3e8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,8 +24,8 @@ jobs: test: # The type of runner that the job will run on - runs-on: ubuntu-latest - + runs-on: ${{ matrix.os }} + strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest]