Skip to content

ci: test on macOS; document Windows as unsupported#51

Merged
Connorrmcd6 merged 1 commit into
mainfrom
feat/ci-macos-windows-docs
Jun 9, 2026
Merged

ci: test on macOS; document Windows as unsupported#51
Connorrmcd6 merged 1 commit into
mainfrom
feat/ci-macos-windows-docs

Conversation

@Connorrmcd6

Copy link
Copy Markdown
Owner

Summary

Closes #37.

Releases ship an aarch64-apple-darwin binary (release.yml builds it on macos-14), but CI only ever ran on ubuntu-latest — Darwin path handling and tree-sitter behavior were never exercised before a binary reached users. Separately, Windows was implicitly unsupported but said nowhere user-facing.

Changes

  • CI (.github/workflows/ci.yml): split into a Linux-only check job (fmt + clippy — no duplicate lint noise) and a test job with a [ubuntu-latest, macos-14] matrix running cargo test --all + the dogfood. fail-fast: false so one OS failing still reports the other. macos-14 matches the runner release.yml already uses.
  • Docs: state Windows as unsupported in README.md and add a platform-support table to docs/getting-started/install.md (the anchor grammar is forward-slash only and install.sh rejects non-Unix systems; WSL is the escape hatch). Also corrected the prior install-doc line that wrongly implied Windows could "build from source."

Verification

  • ci.yml validated as well-formed YAML.
  • CI on this PR should now run green on both ubuntu-latest and macos-14.

🤖 Generated with Claude Code

Split CI into a Linux-only lint job (fmt + clippy) and a test job that runs
`cargo test --all` + dogfood across [ubuntu-latest, macos-14] — so the Darwin
path/tree-sitter behavior that release.yml ships is exercised before a binary
reaches users. State Windows as unsupported in the README and install docs.

Closes #37

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@Connorrmcd6 Connorrmcd6 merged commit 6f3b288 into main Jun 9, 2026
4 checks passed
@Connorrmcd6 Connorrmcd6 deleted the feat/ci-macos-windows-docs branch June 9, 2026 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: test on macOS — releases ship Darwin binaries CI never runs; document Windows as unsupported

1 participant