Skip to content

Commit

Permalink
feat: add aarch64 support
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesw committed Jul 14, 2023
1 parent 21c4852 commit 62394d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- os: macos-latest
target: x86_64-apple-darwin

- os: macos-latest
target: aarch64-apple-darwin

steps:
- name: Checkout repository
uses: actions/checkout@v2
Expand All @@ -37,4 +40,4 @@ jobs:
target: ${{ matrix.target }}

- name: Test
run: cargo test
run: cargo test

0 comments on commit 62394d8

Please sign in to comment.