Skip to content

Commit

Permalink
Add universal build
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 6, 2024
1 parent 1b5812a commit bbbd8b0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-13' # for Intel based macs.
args: '--target x86_64-apple-darwin'
- platform: 'macos-13' # for Intel based macs.
args: '--target universal-apple-darwin'
- platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
args: ''
- platform: 'windows-latest'
Expand Down

0 comments on commit bbbd8b0

Please sign in to comment.