Commit graph

3 commits

Author SHA1 Message Date
cte
c3b243d45f chore: drop darwin-x64 (Intel Mac) support
macOS-13 runners are retired and Intel Macs are declining.
Only build for macOS Apple Silicon and Linux x64.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 22:08:42 -08:00
cte
a15a5d7d28 fix: replace heredocs with echo statements in cli-release workflow
The YAML parser (used by knip and potentially stricter GitHub
Actions validation) was failing to parse heredocs that started
at column 1 within multiline run scripts.

Replace:
- Wrapper script heredoc with printf statements
- Release notes heredoc with echo statements to a temp file

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-02 22:00:54 -08:00
Chris Estreich
4592133624
Add cli support for linux (#11167) 2026-02-02 21:00:52 -08:00