We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7ea325 commit 8b8de34Copy full SHA for 8b8de34
.github/workflows/release.yml
@@ -81,6 +81,8 @@ jobs:
81
CC_aarch64_unknown_linux_gnu: aarch64-linux-gnu-gcc
82
# PKG_CONFIG settings for cross-compilation
83
PKG_CONFIG_ALLOW_CROSS: 1
84
+ # Set minimum macOS version to avoid linker errors
85
+ MACOSX_DEPLOYMENT_TARGET: "12.0"
86
87
- name: Build satellites
88
id: build-satellites
@@ -98,6 +100,8 @@ jobs:
98
100
99
101
102
103
104
105
106
- name: Prepare binary
107
if: steps.build-main.outcome == 'success'
0 commit comments