Skip to content

Commit

Permalink
Enable all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeden committed Jan 14, 2025
1 parent 9f9b245 commit 809f128
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
include:
- platform: 'macos-latest' # for Arm based macs (M1 and above).
args: '--target aarch64-apple-darwin'
# - platform: 'macos-latest' # for Intel based macs.
# args: '--target x86_64-apple-darwin'
# - platform: 'ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
# args: ''
# - platform: 'windows-latest'
# args: ''
- platform: 'macos-latest' # for Intel based macs.
args: '--target x86_64-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.platform }}
steps:
Expand Down Expand Up @@ -56,6 +56,6 @@ jobs:
args: ${{ matrix.args }}
prerelease: false
releaseBody: 'See the assets to download this version and install.'
releaseDraft: true
# releaseDraft: true
releaseName: 'Overhead v__VERSION__'
tagName: overhead-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.

0 comments on commit 809f128

Please sign in to comment.