Skip to content

Commit abc0a84

Browse files
abutlabsclaude
andcommitted
Fix release workflow: remove x86_64 macOS target
Remove x86_64-apple-darwin target from release matrix as OpenSSL cross-compilation fails on macos-latest (ARM) runners. Keep only: - x86_64-unknown-linux-gnu (Linux) - aarch64-apple-darwin (macOS ARM) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 116e7d4 commit abc0a84

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
@@ -55,9 +55,6 @@ jobs:
5555
- os: ubuntu-latest
5656
target: x86_64-unknown-linux-gnu
5757
artifact: cargo-polkajam-linux-x86_64
58-
- os: macos-latest
59-
target: x86_64-apple-darwin
60-
artifact: cargo-polkajam-macos-x86_64
6158
- os: macos-latest
6259
target: aarch64-apple-darwin
6360
artifact: cargo-polkajam-macos-aarch64

0 commit comments

Comments
 (0)