Skip to content

Commit

Permalink
ci: build on intel mac for x64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
JMBeresford committed Aug 14, 2024
1 parent 3aa65d6 commit b013a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
include:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin --config tauri.build.conf.json"
- platform: "macos-latest" # for Intel based macs.
- platform: "macos-13" # for Intel based macs.
args: "--target x86_64-apple-darwin --config tauri.build.conf.json"
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
args: "--config tauri.build.conf.json"
Expand Down

0 comments on commit b013a04

Please sign in to comment.