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