Add note on apple targets

pull/579/head^2
Wilfred Hughes 2023-11-24 19:30:26 +07:00
parent 363ca5447c
commit cc487e7c5d
1 changed files with 2 additions and 0 deletions

@ -15,6 +15,8 @@ jobs:
- { target: x86_64-pc-windows-gnu, os: windows-latest }
- { target: x86_64-unknown-linux-musl, os: ubuntu-20.04, use-cross: true }
# FIXME: these jobs are falling back to x86-64, so they're not testing anything.
#
# See also https://github.com/cross-rs/cross-toolchains#apple-targets
# - { target: aarch64-unknown-linux-gnu, os: ubuntu-20.04, use-cross: true }
# - { target: aarch64-apple-darwin, os: macos-latest, use-cross: true }
env: