We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebdf9f commit c6a51feCopy full SHA for c6a51fe
.github/workflows/build.yml
@@ -15,8 +15,8 @@ jobs:
15
settings:
16
- platform: "macos-latest" # for Arm based macs (M1 and above).
17
args: "--target aarch64-apple-darwin --verbose"
18
- # - platform: "macos-latest" # for Intel based macs.
19
- # args: "--target x86_64-apple-darwin"
+ - platform: "macos-latest" # for Intel based macs.
+ args: "--target x86_64-apple-darwin"
20
# - platform: "ubuntu-22.04"
21
# args: ""
22
# - platform: "windows-latest"
0 commit comments