Adding aarch64-apple-darwin target

This commit is contained in:
Yousif Akbar 2021-03-04 23:36:44 -05:00
parent 66ed9ff904
commit aae453b7c8
2 changed files with 8 additions and 0 deletions

View file

@ -32,6 +32,10 @@ jobs:
target: x86_64-apple-darwin
use-cross: false
- os: macos-latest
target: aarch64-apple-darwin
use-cross: false
steps:
- name: Checkout repository
uses: actions/checkout@v2

View file

@ -29,6 +29,10 @@ jobs:
target: x86_64-apple-darwin
use-cross: false
- os: macos-latest
target: aarch64-apple-darwin
use-cross: false
steps:
- name: Checkout repository
uses: actions/checkout@v2