Skip to content

Commit f061fb5

Browse files
authored
fix ci for macos default target (#201)
# Goal The goal of this PR is to fix the issue with macos releases closes #202
1 parent 0afd737 commit f061fb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ jobs:
8282
- os: macos-latest
8383
java_library: libdsnp_graph_sdk_jni.dylib
8484
node_library: libdsnp_graph_sdk_node.dylib
85-
rust-target: x86_64-apple-darwin
86-
additional-rust-target: aarch64-apple-darwin
85+
rust-target: aarch64-apple-darwin
86+
additional-rust-target: x86_64-apple-darwin
8787

8888
name: Build project in ${{ matrix.os }}
8989
needs: verify

0 commit comments

Comments
 (0)