Maybe try arm64

This commit is contained in:
theKidOfArcrania 2024-05-13 11:38:43 -07:00
parent 6ef61fd85a
commit 8c27bcb11a

View file

@ -15,6 +15,9 @@ jobs:
- target: aarch64-unknown-linux-gnu
os: ubuntu-latest
rust: nightly
- target: aarch64-pc-windows-msvc
os: [windows-latest, arm64]
rust: nightly
- target: arm-unknown-linux-gnueabi
os: ubuntu-latest
rust: nightly
@ -83,9 +86,6 @@ jobs:
- target: x86_64-pc-windows-gnu
os: windows-latest
rust: nightly-x86_64-gnu
- target: aarch64-pc-windows-msvc
os: windows-latest
rust: nightly
steps:
- name: Print runner information
run: uname -a