From c9f92409696f6e43df4984a70ef57c7a0d17f158 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Sun, 7 Nov 2021 17:05:21 +0000 Subject: [PATCH] fix(ci): release with stable toolchain --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d3733dde..79d12681 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,19 +22,19 @@ jobs: include: - build: linux musl x64 os: ubuntu-latest - rust: beta + rust: stable target: x86_64-unknown-linux-musl - build: linux musl aarch64 os: ubuntu-latest - rust: beta + rust: stable target: aarch64-unknown-linux-musl - build: macos x64 os: macos-latest - rust: beta + rust: stable target: x86_64-apple-darwin - build: macos aarch64 os: macos-latest - rust: beta + rust: stable target: aarch64-apple-darwin steps: - name: Set release tag