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 }}