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:
parent
ad612543ad
commit
23c99898cb
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user