Skip to content

Commit 1626200

Browse files
committed
Update build.yml
1 parent ceb517d commit 1626200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
settings:
1616
- platform: "macos-latest" # for Arm based macs (M1 and above).
17-
args: "--target aarch64-apple-darwin --verbose"
17+
args: "--target aarch64-apple-darwin"
1818
- platform: "macos-latest" # for Intel based macs.
1919
args: "--target x86_64-apple-darwin"
2020
# - platform: "ubuntu-22.04"

0 commit comments

Comments
 (0)