Disable aarch64-macos build for now (build issues)

This commit is contained in:
Blaž Hrastnik 2023-03-31 17:13:51 +09:00
parent ec55b4d5af
commit e59cb19892
No known key found for this signature in database
GPG key ID: 1238B9C4AD889640

View file

@ -85,12 +85,13 @@ jobs:
rust: stable
target: x86_64-pc-windows-msvc
cross: false
- build: aarch64-macos
os: macos-latest
rust: stable
target: aarch64-apple-darwin
cross: false
skip_tests: true # x86_64 host can't run aarch64 code
# 23.03: build issues
# - build: aarch64-macos
# os: macos-latest
# rust: stable
# target: aarch64-apple-darwin
# cross: false
# skip_tests: true # x86_64 host can't run aarch64 code
# - build: x86_64-win-gnu
# os: windows-2019
# rust: stable-x86_64-gnu