diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67c7f4af4..c2ab5c11c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,12 +30,8 @@ jobs: - run: pnpm lint typecheck: - name: Typecheck (${{ matrix.os }}) - strategy: - fail-fast: false - matrix: - os: [ubuntu-latest, windows-latest] - runs-on: ${{ matrix.os }} + name: Typecheck + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v4