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
CI only runs on
macos-latestandubuntu-latest. Windows regressions will not be caught.Location
.github/workflows/ci.yml:17Fix
Add
windows-latestto theosmatrix:Expect initial failures until the blocker issues are resolved — merge this after the blockers land, or enable with
continue-on-error: trueuntil then.Severity
Polish — but essential to prevent regression once Windows support lands.
Tracker: #1