Enable aarch64-macos releases
This commit is contained in:
parent
c3c87741d9
commit
fc5e515b30
1 changed files with 6 additions and 6 deletions
12
.github/workflows/release.yml
vendored
12
.github/workflows/release.yml
vendored
|
@ -86,12 +86,12 @@ jobs:
|
||||||
target: x86_64-pc-windows-msvc
|
target: x86_64-pc-windows-msvc
|
||||||
cross: false
|
cross: false
|
||||||
# 23.03: build issues
|
# 23.03: build issues
|
||||||
# - build: aarch64-macos
|
- build: aarch64-macos
|
||||||
# os: macos-latest
|
os: macos-latest
|
||||||
# rust: stable
|
rust: stable
|
||||||
# target: aarch64-apple-darwin
|
target: aarch64-apple-darwin
|
||||||
# cross: false
|
cross: false
|
||||||
# skip_tests: true # x86_64 host can't run aarch64 code
|
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 a new issue