From 407a4f1120e966dacb6b6418d85455143cbfa979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 1 Jan 2021 09:44:01 +0200 Subject: Use stable instead of beta on macos-11 release runner --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/release.yaml') diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7b9fbe6b8..889ada401 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 -- cgit v1.2.3