diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 02f85f755..c5ddae180 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -45,7 +45,7 @@ jobs: target: ${{ matrix.platform.target }} args: ${{ matrix.platform.args }} strip: true - toolchain: 1.74.1 + toolchain: "1.77.0" - name: Copy Release Binaries if: github.event_name == 'create' && github.event.ref_type == 'tag' shell: bash