Skip to content

Commit 8b8de34

Browse files
committed
chore(ci): fix mac linker version
1 parent f7ea325 commit 8b8de34

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ jobs:
8181
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
8282
# PKG_CONFIG settings for cross-compilation
8383
PKG_CONFIG_ALLOW_CROSS: 1
84+
# Set minimum macOS version to avoid linker errors
85+
MACOSX_DEPLOYMENT_TARGET: "12.0"
8486

8587
- name: Build satellites
8688
id: build-satellites
@@ -98,6 +100,8 @@ jobs:
98100
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
99101
# PKG_CONFIG settings for cross-compilation
100102
PKG_CONFIG_ALLOW_CROSS: 1
103+
# Set minimum macOS version to avoid linker errors
104+
MACOSX_DEPLOYMENT_TARGET: "12.0"
101105

102106
- name: Prepare binary
103107
if: steps.build-main.outcome == 'success'

0 commit comments

Comments
 (0)