Skip to content

chore(ci): temporarily disable macos-13 (Intel) matrix leg#386

Merged
HumanBean17 merged 1 commit into
masterfrom
chore/ci-disable-macos-13
Jul 6, 2026
Merged

chore(ci): temporarily disable macos-13 (Intel) matrix leg#386
HumanBean17 merged 1 commit into
masterfrom
chore/ci-disable-macos-13

Conversation

@HumanBean17

Copy link
Copy Markdown
Owner

Summary

The macos-13 (Intel x86_64) CI leg has been pending for an indefinite time, holding up the CI signal on every PR. Temporarily drop it from the OS matrix.

This is intentionally reversible:

  • Re-adding macos-13 to the os list restores Intel graph-only coverage.
  • The HuggingFace models step already guards on matrix.os != 'macos-13', so restoration is a one-line change.
  • The graph-only boot path itself stays covered cross-platform by tests/test_graph_only_boot.py (it blocks the vector modules in-process, so it runs and asserts on any OS — including the remaining macos-latest / ubuntu-latest / windows-latest legs).

Matrix is now [ubuntu-latest, macos-latest, windows-latest].

🤖 Generated with Claude Code

The macos-13 leg has been pending for an indefinite time, holding up the CI
signal on every PR. Drop it from the OS matrix for now. This is temporary:
re-adding `macos-13` to the os list restores Intel graph-only coverage, and
the graph-only boot path remains covered cross-platform by
tests/test_graph_only_boot.py (which blocks the vector modules in-process,
so it runs on any OS).

Co-Authored-By: Claude <noreply@anthropic.com>
@HumanBean17 HumanBean17 merged commit 9061da0 into master Jul 6, 2026
3 checks passed
@HumanBean17 HumanBean17 deleted the chore/ci-disable-macos-13 branch July 6, 2026 07:47
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.

1 participant