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