Skip to content

Commit

Permalink
Make MacOS Intel Build Natively
Browse files Browse the repository at this point in the history
  • Loading branch information
njfdev committed Jul 22, 2024
1 parent 9972f1c commit 4a2e70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
include:
- platform: "macos-latest" # for Arm based Macs
args: "--target aarch64-apple-darwin"
- platform: "macos-latest" # for Intel based Macs
- platform: "macos-13" # for Intel based Macs
args: "--target x86_64-apple-darwin"
- platform: "ubuntu-20.04"
args: ""
Expand Down

0 comments on commit 4a2e70f

Please sign in to comment.