Skip to content

Commit a5c4417

Browse files
committed
chore: to fix apple build
1 parent c43849d commit a5c4417

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Release.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- v*
7+
workflow_dispatch:
78

89
jobs:
910
release:
@@ -18,7 +19,7 @@ jobs:
1819
- os: ubuntu-latest
1920
target: x86_64-unknown-linux-gnu
2021
- os: macos-latest
21-
target: x86_64-apple-darwin
22+
target: aarch64-apple-darwin
2223
steps:
2324
- uses: actions/checkout@master
2425

0 commit comments

Comments
 (0)