Skip to content

Commit fa86218

Browse files
author
github-actions
committed
automatic update
from rust-github/template@0a8b5df
1 parent a8b2a49 commit fa86218

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/cd.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ jobs:
2020
architecture: x86_64
2121
binary-postfix: ""
2222
use-cross: false
23+
- os: macos-latest
24+
os-name: macos
25+
target: aarch64-apple-darwin
26+
architecture: arm64
27+
binary-postfix: ""
28+
use-cross: false
2329
- os: ubuntu-latest
2430
os-name: linux
2531
target: x86_64-unknown-linux-gnu
@@ -52,6 +58,7 @@ jobs:
5258
uses: actions-rs/toolchain@v1
5359
with:
5460
toolchain: ${{ matrix.rust }}
61+
target: ${{ matrix.job.target }}
5562
profile: minimal
5663
override: true
5764
- uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)