Skip to content

Commit ebf469a

Browse files
committed
ci(apple): use more specific target in build step
1 parent 62a291a commit ebf469a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
MACOSX_DEPLOYMENT_TARGET: "10.14"
144144
OPENSSL_STATIC: "1"
145145
OPENSSL_DIR: "/usr/local/openssl"
146-
RUSTFLAGS: "-C target-cpu=native -C link-arg=-mmacosx-version-min=10.14"
146+
RUSTFLAGS: "-C target=x86_64-apple-darwin -C link-arg=-mmacosx-version-min=10.14"
147147
run: |
148148
cargo build --release -p witnet -p witnet_toolkit
149149

0 commit comments

Comments
 (0)