Skip to content

Commit b565b9b

Browse files
committed
fix: remove x86_64-apple-darwin from release (ort has no prebuilt binaries)
piper-rs depends on ort which has no prebuilt ONNX Runtime binaries for Intel Macs (x86_64-apple-darwin). Intel Macs are EOL.
1 parent 8db035c commit b565b9b

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ jobs:
3333
os: macos-latest
3434
features: metal
3535
archive: tar.gz
36-
- target: x86_64-apple-darwin
37-
os: macos-latest
38-
features: metal
39-
archive: tar.gz
36+
# x86_64-apple-darwin removed: ort (via piper-rs) has no prebuilt
37+
# binaries for Intel Macs. Intel Macs are EOL.
4038
- target: x86_64-unknown-linux-gnu
4139
os: ubuntu-latest
4240
features: ""

0 commit comments

Comments
 (0)