From a9e3b31263a1c107afcbdaffa66dbe36370fe839 Mon Sep 17 00:00:00 2001 From: Colin Marc Date: Wed, 11 Dec 2024 23:37:42 +0100 Subject: [PATCH] build: specify correct slang version when releasing mmclient --- .github/workflows/release-mmclient.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-mmclient.yaml b/.github/workflows/release-mmclient.yaml index b6499d7..667e35f 100644 --- a/.github/workflows/release-mmclient.yaml +++ b/.github/workflows/release-mmclient.yaml @@ -68,7 +68,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} target: macos-aarch64 - version: v2024.14.5 + version: v2024.15.2 - uses: swatinem/rust-cache@v2 with: @@ -110,7 +110,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} target: macos-x86_64 - version: v2024.14.5 + version: v2024.15.2 - uses: swatinem/rust-cache@v2 with: