Skip to content

fix: replace deprecated macos-13 runner with macos-14#7

Merged
abrichr merged 2 commits intomainfrom
fix/deprecated-macos13-runner
Mar 4, 2026
Merged

fix: replace deprecated macos-13 runner with macos-14#7
abrichr merged 2 commits intomainfrom
fix/deprecated-macos13-runner

Conversation

@abrichr
Copy link
Member

@abrichr abrichr commented Mar 4, 2026

Summary

  • Replace macos-13 with macos-14 in build.yml matrix — macos-13 runners are deprecated and fail on every PR/push

Test plan

  • All 4 build matrix jobs should pass (no more macos-13 failure)

🤖 Generated with Claude Code

abrichr and others added 2 commits March 3, 2026 22:31
macos-13 runners have been deprecated by GitHub Actions, causing the
Build Python Sidecar job to fail on every PR. Both macOS targets now
use macos-14 (Apple Silicon), which supports x86_64 builds via Rosetta.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- test_concurrent_reads: use separate IndexDB connections per thread
  (WAL concurrent reads require separate connections, not a shared one)
- build.yml: replace macos-13 with macos-14 (deprecated runner)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@abrichr abrichr merged commit bac0856 into main Mar 4, 2026
10 checks passed
@abrichr abrichr deleted the fix/deprecated-macos13-runner branch March 4, 2026 03:49
abrichr added a commit that referenced this pull request Mar 13, 2026
* fix: replace deprecated macos-13 runner with macos-14 in build workflow

macos-13 runners have been deprecated by GitHub Actions, causing the
Build Python Sidecar job to fail on every PR. Both macOS targets now
use macos-14 (Apple Silicon), which supports x86_64 builds via Rosetta.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: flaky concurrent reads test and deprecated macos-13 runner

- test_concurrent_reads: use separate IndexDB connections per thread
  (WAL concurrent reads require separate connections, not a shared one)
- build.yml: replace macos-13 with macos-14 (deprecated runner)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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