Use stable instead of beta on macos-11 release runner

This commit is contained in:
Laurențiu Nicola 2021-01-01 09:44:01 +02:00
parent f687d738be
commit 407a4f1120

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