mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Disable aarch64-macos build for now (build issues)
This commit is contained in:
parent
ec55b4d5af
commit
e59cb19892
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@ -85,12 +85,13 @@ jobs:
|
|||||||
rust: stable
|
rust: stable
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
cross: false
|
cross: false
|
||||||
- build: aarch64-macos
|
# 23.03: build issues
|
||||||
os: macos-latest
|
# - build: aarch64-macos
|
||||||
rust: stable
|
# os: macos-latest
|
||||||
target: aarch64-apple-darwin
|
# rust: stable
|
||||||
cross: false
|
# target: aarch64-apple-darwin
|
||||||
skip_tests: true # x86_64 host can't run aarch64 code
|
# cross: false
|
||||||
|
# skip_tests: true # x86_64 host can't run aarch64 code
|
||||||
# - build: x86_64-win-gnu
|
# - build: x86_64-win-gnu
|
||||||
# os: windows-2019
|
# os: windows-2019
|
||||||
# rust: stable-x86_64-gnu
|
# rust: stable-x86_64-gnu
|
||||||
|
Loading…
Reference in New Issue
Block a user