Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
0xzio committed May 15, 2024
1 parent 3430a27 commit bb30d7b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [macos-latest, ubuntu-20.04, windows-latest]
platform: [macos-latest, macos-13, ubuntu-20.04, windows-latest]

env:
working-directory: ./apps/desktop
Expand Down Expand Up @@ -90,6 +90,11 @@ jobs:
pnpm install
npx turbo run build --filter=desktop...
- name: install dependencies (mac only)
if: matrix.platform == 'macos-latest'
run: |
rustup target add aarch64-apple-darwin
- name: Build Tauri App
if: matrix.platform != 'macos-latest'
uses: tauri-apps/tauri-action@v0
Expand Down
2 changes: 1 addition & 1 deletion apps/desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "desktop",
"version": "0.3.3",
"version": "0.3.4",
"private": true,
"scripts": {
"next-start": "cross-env BROWSER=none next dev",
Expand Down

0 comments on commit bb30d7b

Please sign in to comment.