diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e91cebb..4f4f928 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,10 @@ jobs: test: name: Run tests - runs-on: [ubuntu-latest, macos-latest, windows-latest] + strategy: + matrix: + os: [ubuntu-latest, macos-latest, windows-latest] + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v3