Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Enable windows and ubuntu in tauri ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed May 12, 2024
1 parent b52d7b9 commit 7b5ca0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/tauri-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
args: '--target aarch64-apple-darwin'
- platform: 'macos-14' # for Intel based macs.
args: '--target x86_64-apple-darwin'
# - platform: 'macos-14' # 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'
# args: ''
- platform: 'macos-14' # for Both Arm and 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'
args: ''

runs-on: ${{ matrix.settings.platform }}
steps:
Expand Down

0 comments on commit 7b5ca0f

Please sign in to comment.