Skip to content

Commit

Permalink
fix ci for macos default target (#201)
Browse files Browse the repository at this point in the history
# Goal
The goal of this PR is to fix the issue with macos releases

closes #202
  • Loading branch information
aramikm authored May 2, 2024
1 parent 0afd737 commit f061fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ jobs:
- os: macos-latest
java_library: libdsnp_graph_sdk_jni.dylib
node_library: libdsnp_graph_sdk_node.dylib
rust-target: x86_64-apple-darwin
additional-rust-target: aarch64-apple-darwin
rust-target: aarch64-apple-darwin
additional-rust-target: x86_64-apple-darwin

name: Build project in ${{ matrix.os }}
needs: verify
Expand Down

0 comments on commit f061fb5

Please sign in to comment.