Skip to content

Commit 18a56eb

Browse files
ci: build for legacy macs
1 parent 02f6479 commit 18a56eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
include:
2222
- platform: "macos-latest" # for Arm based macs (M1 and above).
2323
args: "--target aarch64-apple-darwin"
24-
# - platform: "macos-latest" # for Intel based macs.
25-
# args: "--target x86_64-apple-darwin"
24+
- platform: "macos-latest" # for Intel based macs.
25+
args: "--target x86_64-apple-darwin"
2626
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
2727
args: ""
2828
# - platform: "windows-latest"

0 commit comments

Comments
 (0)