try enable Mac M1 target
This commit is contained in:
parent
5782bd5b64
commit
e1a72f2dc7
1 changed files with 7 additions and 6 deletions
5
.github/workflows/release.yaml
vendored
5
.github/workflows/release.yaml
vendored
|
@ -40,11 +40,12 @@ jobs:
|
||||||
- name: MacOS x86_64
|
- name: MacOS x86_64
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
|
|
||||||
|
- name: MacOS aarch64
|
||||||
|
target: aarch64-apple-darwin
|
||||||
|
|
||||||
# - name: iOS x86_64
|
# - name: iOS x86_64
|
||||||
# target: x86_64-apple-ios
|
# target: x86_64-apple-ios
|
||||||
|
|
||||||
#- name: MacOS aarch64
|
|
||||||
# target: aarch64-apple-darwin
|
|
||||||
|
|
||||||
#- name: iOS aarch64
|
#- name: iOS aarch64
|
||||||
# target: aarch64-apple-ios
|
# target: aarch64-apple-ios
|
||||||
|
|
Loading…
Reference in a new issue