Skip to content

Commit 59a6a96

Browse files
authored
Update release_mac.yml
1 parent 3a73721 commit 59a6a96

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/release_mac.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ jobs:
1919
- name: Set up Rust toolchain
2020
uses: dtolnay/rust-toolchain@stable # Set up the Rust toolchain
2121

22+
# Install macOS targets using rustup
23+
- name: Add macOS targets
24+
run: |
25+
rustup target add x86_64-apple-darwin # Add macOS Intel target
26+
rustup target add aarch64-apple-darwin # Add macOS ARM target
27+
28+
2229
# Build for macOS Intel (x86_64)
2330
- name: Build for macOS Intel
2431
run: |

0 commit comments

Comments
 (0)