ci: drop x86_64-apple-darwin from release workflow

The Intel Mac job failed the v2.0.5 AND v2.0.6 release workflows because
ort-sys 2.0.0-rc.11 (pinned by fastembed 5.13.2) does not ship Intel Mac
prebuilts. ci.yml already dropped the target weeks ago; release.yml is
now in sync.

README documents the build-from-source path for Intel Mac users and
v2.0.6 also removed the Intel Mac download link from the install block,
so no user-facing promise regresses. When ort-sys ships Intel Mac
prebuilts again, restore the matrix entry.
This commit is contained in:
Sam Valladares 2026-04-19 20:24:22 -05:00
parent 45190ff74d
commit 60a60cf5df

View file

@ -31,15 +31,13 @@ jobs:
os: windows-latest os: windows-latest
archive: zip archive: zip
cargo_flags: "" cargo_flags: ""
# Intel Mac: drops the old --no-default-features workaround. That # Intel Mac (x86_64-apple-darwin) is explicitly unsupported: the
# flag was added to sidestep ort-sys lacking Intel Mac prebuilts, # upstream ort-sys 2.0.0-rc.11 pinned by fastembed 5.13.2 does not
# but fixing the feature propagation in vestige-mcp (embeddings # ship Intel Mac prebuilts, and the v2.0.5 + v2.0.6 release
# now fully flows through fastembed) means the download-binaries # workflows both failed this job. Matches ci.yml which already
# feature reaches ort-sys the same way it does on aarch64. # dropped the target. README documents the build-from-source path
- target: x86_64-apple-darwin # for Intel Mac users. When ort-sys ships Intel Mac prebuilts
os: macos-14 # again, restore the entry.
archive: tar.gz
cargo_flags: ""
- target: aarch64-apple-darwin - target: aarch64-apple-darwin
os: macos-latest os: macos-latest
archive: tar.gz archive: tar.gz