From 2ffd85534f5dbbf92c3f7c0279aa676373f500e9 Mon Sep 17 00:00:00 2001 From: Gaius Date: Wed, 27 Dec 2023 16:38:59 +0800 Subject: [PATCH] feat: change rust-toolchain version Signed-off-by: Gaius --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6dd5a003..940f37cf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,6 +17,7 @@ jobs: - build: macos os: macos-latest target: [x86_64-apple-darwin, aarch64-apple-darwin] + steps: - name: Checkout uses: actions/checkout@v4 @@ -26,7 +27,7 @@ jobs: run: echo "VERSION=${GITHUB_REF#refs/tags/}" >> $GITHUB_ENV - name: Install Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@master with: targets: ${{ matrix.target }}