From 33158a46b903854d0eb34454ab17f8030ca12ee3 Mon Sep 17 00:00:00 2001 From: Aramik Date: Thu, 2 May 2024 13:25:23 -0700 Subject: [PATCH] fix ci for macos default target --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b5eed7..d990259 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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