diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c3e3e2..fbfd69c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,10 +8,14 @@ on: jobs: test: - runs-on: ubuntu-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: + os: + - ubuntu-latest + - windows-latest + - macos-latest node-version: - 18 - 20