CI/CD: Enable building of aarch64-apple-darwin targets on Rust Beta.

https://blog.rust-lang.org/2020/11/27/Rustup-1.23.0.html#support-for-apple-m1-devices
says that the beta channel supports M1 targets now.
This commit is contained in:
Brian Smith 2020-11-28 22:50:35 -08:00
parent ad612543ad
commit 23c99898cb

View File

@ -144,10 +144,6 @@ jobs:
- target: aarch64-apple-darwin
rust_channel: stable
# The beta channel doesn't have aarch64-apple-darwin support yet.
- target: aarch64-apple-darwin
rust_channel: beta
include:
- target: aarch64-apple-darwin
# macos-latest didn't work.