Skip to content

Commit c6a51fe

Browse files
committed
also build Intel macs version
1 parent 4ebdf9f commit c6a51fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
settings:
1616
- platform: "macos-latest" # for Arm based macs (M1 and above).
1717
args: "--target aarch64-apple-darwin --verbose"
18-
# - platform: "macos-latest" # for Intel based macs.
19-
# args: "--target x86_64-apple-darwin"
18+
- platform: "macos-latest" # for Intel based macs.
19+
args: "--target x86_64-apple-darwin"
2020
# - platform: "ubuntu-22.04"
2121
# args: ""
2222
# - platform: "windows-latest"

0 commit comments

Comments
 (0)