Skip to content

Commit 38b0e43

Browse files
Maybe try arm64
1 parent 26ffcf4 commit 38b0e43

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
- target: aarch64-unknown-linux-gnu
1616
os: ubuntu-latest
1717
rust: nightly
18+
- target: aarch64-pc-windows-msvc
19+
os: [windows-latest, arm64]
20+
rust: nightly
1821
- target: arm-unknown-linux-gnueabi
1922
os: ubuntu-latest
2023
rust: nightly
@@ -83,9 +86,6 @@ jobs:
8386
- target: x86_64-pc-windows-gnu
8487
os: windows-latest
8588
rust: nightly-x86_64-gnu
86-
- target: aarch64-pc-windows-msvc
87-
os: windows-latest
88-
rust: nightly
8989
steps:
9090
- name: Print runner information
9191
run: uname -a

0 commit comments

Comments
 (0)