diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index debe6e0..75af298 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