File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ jobs:
27
27
- os : macos-latest
28
28
rust_target : x86_64-msvc
29
29
- os : windows-latest
30
- rust_target : x86_64 -apple-darwin
30
+ rust_target : aarch64 -apple-darwin
31
31
- os : ubuntu-latest
32
32
rust_target : x86_64-msvc
33
33
- os : ubuntu-latest
34
- rust_target : x86_64 -apple-darwin
34
+ rust_target : aarch64 -apple-darwin
35
35
channel :
36
36
- stable
37
37
- beta
43
43
rust_target :
44
44
- x86_64-gnu
45
45
- x86_64-msvc
46
- - x86_64 -apple-darwin
46
+ - aarch64 -apple-darwin
47
47
48
48
steps :
49
49
- name : Checkout repository
Original file line number Diff line number Diff line change 13
13
- name : Checkout repository
14
14
uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
15
15
16
+ - name : Install Rust Toolchain
17
+ run : rustup update stable
18
+
16
19
- name : Install cargo-outdated
17
20
run : cargo install cargo-outdated
18
21
You can’t perform that action at this time.
0 commit comments