Skip to content

ci: add windows-latest to test matrix #11

@MasonStation

Description

@MasonStation

CI only runs on macos-latest and ubuntu-latest. Windows regressions will not be caught.

Location

  • .github/workflows/ci.yml:17

Fix

Add windows-latest to the os matrix:

strategy:
  matrix:
    os: [ubuntu-latest, macos-latest, windows-latest]

Expect initial failures until the blocker issues are resolved — merge this after the blockers land, or enable with continue-on-error: true until then.

Severity

Polish — but essential to prevent regression once Windows support lands.

Tracker: #1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions