We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adae598 commit 232df8cCopy full SHA for 232df8c
.github/workflows/rust.yml
@@ -60,13 +60,13 @@ jobs:
60
channel: [1.74.0, nightly]
61
include:
62
- os: macos-latest
63
- target: x86_64-apple-darwin
+ target: aarch64-apple-darwin
64
channel: nightly
65
- os: windows-latest
66
target: x86_64-pc-windows-msvc
67
68
69
70
channel: 1.74.0
71
72
ci/run.sh
@@ -5,7 +5,7 @@ set -ex
5
: "${TARGET?The TARGET environment variable must be set.}"
6
7
case "${TARGET}" in
8
- x86_64-unknown-linux-gnu|x86_64-apple-darwin|x86_64-pc-windows-msvc)
+ x86_64-unknown-linux-gnu|x86_64-apple-darwin|aarch64-apple-darwin|x86_64-pc-windows-msvc)
9
CROSS=0
10
NO_STD=0
11
;;
0 commit comments