mirror of
https://github.com/chmln/sd
synced 2024-11-22 19:23:08 +00:00
Adding aarch64-apple-darwin target
This commit is contained in:
parent
66ed9ff904
commit
aae453b7c8
2 changed files with 8 additions and 0 deletions
4
.github/workflows/publish.yml
vendored
4
.github/workflows/publish.yml
vendored
|
@ -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
|
||||
|
|
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue