aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yaml
diff options
context:
space:
mode:
authorLaurenČ›iu Nicola <[email protected]>2021-01-01 07:44:01 +0000
committerLaurenČ›iu Nicola <[email protected]>2021-01-01 07:44:01 +0000
commit407a4f1120e966dacb6b6418d85455143cbfa979 (patch)
tree50ee273df6211521ee8caf7623718abee87ab8c3 /.github/workflows/release.yaml
parentf687d738be6f5de009e58b3fcee87950f985288f (diff)
Use stable instead of beta on macos-11 release runner
Diffstat (limited to '.github/workflows/release.yaml')
-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