7117: Use stable instead of beta on macos-11 release runner r=lnicola a=lnicola

Because beta was promoted to stable yesterday.

bors r+

Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
This commit is contained in:
bors[bot] 2021-01-01 07:45:19 +00:00 committed by GitHub
commit ff0c976979
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -124,10 +124,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v2
- name: Install Rust toolchain (beta)
- name: Install Rust toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: beta
toolchain: stable
target: aarch64-apple-darwin
profile: minimal
override: true