Skip to content

Commit 798eeb8

Browse files
author
Dylan Bobby Storey
committed
Drop x86_64-apple-darwin release target
ort-sys (ONNX Runtime) does not provide prebuilt binaries for Intel Mac and cannot cross-compile from ARM runners.
1 parent dbefe54 commit 798eeb8

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
- target: aarch64-unknown-linux-gnu
2525
runner: ubuntu-24.04-arm
2626
asset: arawn-linux-aarch64.tar.gz
27-
- target: x86_64-apple-darwin
28-
runner: macos-latest
29-
asset: arawn-darwin-x86_64.tar.gz
3027
- target: aarch64-apple-darwin
3128
runner: macos-latest
3229
asset: arawn-darwin-aarch64.tar.gz

0 commit comments

Comments
 (0)