changeset 208:20fd3acd61c0

CI/macos: download macosx 10.9 sdk
author Paper <paper@paper.us.eu.org>
date Tue, 02 Jan 2024 07:11:53 -0500
parents 9d9e6242dd1a
children 517d558ca160
files .builds/macos.yml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.builds/macos.yml	Tue Jan 02 07:08:23 2024 -0500
+++ b/.builds/macos.yml	Tue Jan 02 07:11:53 2024 -0500
@@ -20,7 +20,9 @@
   MACOSX_DEPLOYMENT_TARGET: 10.9
 tasks:
   - build: |
-      cd osxcross
+      cd osxcross/tarballs
+      wget "https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.9.sdk.tar.xz"
+      cd ..
       export TARGET_DIR="$PWD/target"
       UNATTENDED=1 ./build.sh
       export PATH="$TARGET_DIR/bin:$PATH"