Skip to content

Commit

Permalink
build: specify correct slang version when releasing mmclient
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 11, 2024
1 parent 87f572b commit a9e3b31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-mmclient.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit a9e3b31

Please sign in to comment.