The macos-14 runner's linker fails to insert branch islands when the
debug cdylib's __text section exceeds the 128 MB AArch64 B/BL branch
range, producing `ld: B/BL out of range`. The dependency bump in this
PR pushed __text past that threshold. macos-15 ships a newer linker
that handles the range extension.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>