github ci
This commit is contained in:
parent
094024299d
commit
f3de3a8488
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -44,9 +44,11 @@ jobs:
|
||||||
|
|
||||||
# Mac OS
|
# Mac OS
|
||||||
- name: MacOS x86_64
|
- name: MacOS x86_64
|
||||||
|
os: macos-latest
|
||||||
target: x86_64-apple-darwin
|
target: x86_64-apple-darwin
|
||||||
|
|
||||||
- name: MacOS aarch64
|
- name: MacOS aarch64
|
||||||
|
os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
|
|
||||||
# - name: iOS x86_64
|
# - name: iOS x86_64
|
||||||
|
|
Loading…
Reference in a new issue