Skip to content

Commit 24680ae

Browse files
committed
chore: fix macos target in release pipeline
1 parent 7c60dc6 commit 24680ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/post-release-pumpkin-solver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
- build: macos
9797
os: macos-latest
9898
rust: stable
99-
target: x86_64-apple-darwin
99+
target: aarch64-apple-darwin
100100
- build: win-msvc
101101
os: windows-2019
102102
rust: stable

0 commit comments

Comments
 (0)