Skip to content

Commit 62394d8

Browse files
committed
feat: add aarch64 support
1 parent 21c4852 commit 62394d8

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- os: macos-latest
2323
target: x86_64-apple-darwin
2424

25+
- os: macos-latest
26+
target: aarch64-apple-darwin
27+
2528
steps:
2629
- name: Checkout repository
2730
uses: actions/checkout@v2
@@ -37,4 +40,4 @@ jobs:
3740
target: ${{ matrix.target }}
3841

3942
- name: Test
40-
run: cargo test
43+
run: cargo test

0 commit comments

Comments
 (0)