mirror of
https://github.com/soywod/himalaya.git
synced 2024-11-24 20:10:23 +00:00
remove darwing cross compile
This commit is contained in:
parent
095d519dd0
commit
a389434fde
1 changed files with 3 additions and 2 deletions
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
|
@ -18,8 +18,9 @@ jobs:
|
||||||
os: ubuntu-latest
|
os: ubuntu-latest
|
||||||
- target: x86_64-darwin
|
- target: x86_64-darwin
|
||||||
os: macos-latest
|
os: macos-latest
|
||||||
- target: aarch64-darwin
|
# FIXME: build broken
|
||||||
os: macos-latest
|
# - target: aarch64-darwin
|
||||||
|
# os: macos-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
Loading…
Reference in a new issue