Skip to content

Commit 4d9a455

Browse files
committed
Add aarch64-apple-darwin release target
1 parent 74b2c79 commit 4d9a455

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/deploy.yml

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
os: ubuntu-20.04
2525
- target: x86_64-apple-darwin
2626
os: macos-latest
27+
- target: aarch64-apple-darwin
28+
os: macos-latest
2729
- target: x86_64-pc-windows-msvc
2830
os: windows-latest
2931
name: Deploy ${{ matrix.target }}

0 commit comments

Comments
 (0)