Skip to content

Commit

Permalink
ci: make aarch64-apple-darwin not a nightly-only target
Browse files Browse the repository at this point in the history
(backport <#4068>)
(cherry picked from commit e11c0cd)
  • Loading branch information
tgross35 committed Nov 16, 2024
1 parent cb9828a commit 180fe6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -156,13 +156,13 @@ x86_64-unknown-redox \
"

rust_apple_targets="\
aarch64-apple-darwin \
aarch64-apple-ios \
x86_64-apple-darwin \
x86_64-apple-ios \
"

rust_nightly_apple_targets="\
aarch64-apple-darwin \
"

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

0 comments on commit 180fe6f

Please sign in to comment.