We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02f6479 commit 18a56ebCopy full SHA for 18a56eb
.github/workflows/publish-to-auto-release.yml
@@ -21,8 +21,8 @@ jobs:
21
include:
22
- platform: "macos-latest" # for Arm based macs (M1 and above).
23
args: "--target aarch64-apple-darwin"
24
- # - platform: "macos-latest" # for Intel based macs.
25
- # args: "--target x86_64-apple-darwin"
+ - platform: "macos-latest" # for Intel based macs.
+ args: "--target x86_64-apple-darwin"
26
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
27
args: ""
28
# - platform: "windows-latest"
0 commit comments