Skip to content

Commit 180fe6f

Browse files
committed
ci: make aarch64-apple-darwin not a nightly-only target
(backport <#4068>) (cherry picked from commit e11c0cd)
1 parent cb9828a commit 180fe6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,13 +156,13 @@ x86_64-unknown-redox \
156156
"
157157

158158
rust_apple_targets="\
159+
aarch64-apple-darwin \
159160
aarch64-apple-ios \
160161
x86_64-apple-darwin \
161162
x86_64-apple-ios \
162163
"
163164

164165
rust_nightly_apple_targets="\
165-
aarch64-apple-darwin \
166166
"
167167

168168
# Must start with `x86_64-pc-windows-msvc` first.

0 commit comments

Comments
 (0)