disable cross compilation for mac m1
This commit is contained in:
parent
df1514c790
commit
274ea6a4b9
1 changed files with 2 additions and 2 deletions
4
.github/workflows/release.yaml
vendored
4
.github/workflows/release.yaml
vendored
|
@ -40,8 +40,8 @@ jobs:
|
|||
- name: MacOS x86_64
|
||||
target: x86_64-apple-darwin
|
||||
|
||||
- name: MacOS aarch64
|
||||
target: aarch64-apple-darwin
|
||||
#- name: MacOS aarch64
|
||||
# target: aarch64-apple-darwin
|
||||
|
||||
# - name: iOS x86_64
|
||||
# target: x86_64-apple-ios
|
||||
|
|
Loading…
Reference in a new issue