File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 "
84+ # Set minimum macOS version to 14.0 to match C dependency builds
85+ MACOSX_DEPLOYMENT_TARGET : ${{ runner.os == 'macOS' && '14.0' || '' }}
8686
8787 - name : Build satellites
8888 id : build-satellites
@@ -100,8 +100,8 @@ jobs:
100100 CC_aarch64_unknown_linux_gnu : aarch64-linux-gnu-gcc
101101 # PKG_CONFIG settings for cross-compilation
102102 PKG_CONFIG_ALLOW_CROSS : 1
103- # Set minimum macOS version to avoid linker errors
104- MACOSX_DEPLOYMENT_TARGET : " 12.0 "
103+ # Set minimum macOS version to 14.0 to match C dependency builds
104+ MACOSX_DEPLOYMENT_TARGET : ${{ runner.os == 'macOS' && '14.0' || '' }}
105105
106106 - name : Prepare binary
107107 if : steps.build-main.outcome == 'success'
You can’t perform that action at this time.
0 commit comments