Skip to content

Commit 03b3960

Browse files
authored
Merge pull request #104 from nookat-io/macos_build
[fix]: set targets for build macos
2 parents b48631f + 3e5f755 commit 03b3960

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-macos.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ jobs:
5353

5454
- name: Install Rust stable
5555
uses: dtolnay/rust-toolchain@stable
56+
with:
57+
targets: aarch64-apple-darwin,x86_64-apple-darwin
5658

5759
- name: Install frontend dependencies
5860
run: npm ci

0 commit comments

Comments
 (0)