aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/release.yaml4
1 files changed, 2 insertions, 2 deletions
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:
124 - name: Checkout repository 124 - name: Checkout repository
125 uses: actions/checkout@v2 125 uses: actions/checkout@v2
126 126
127 - name: Install Rust toolchain (beta) 127 - name: Install Rust toolchain
128 uses: actions-rs/toolchain@v1 128 uses: actions-rs/toolchain@v1
129 with: 129 with:
130 toolchain: beta 130 toolchain: stable
131 target: aarch64-apple-darwin 131 target: aarch64-apple-darwin
132 profile: minimal 132 profile: minimal
133 override: true 133 override: true