Maybe try arm64
This commit is contained in:
parent
6ef61fd85a
commit
8c27bcb11a
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue