File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 publish_binary_release :
1212 name : Publish binary release
13- runs-on : macos-15
13+ runs-on : macos-26
1414 timeout-minutes : 60
1515 steps :
1616 - uses : actions/checkout@v4
1717 - uses : maxim-lobanov/setup-xcode@v1
1818 with :
19- xcode-version : " 16.3 "
19+ xcode-version : 26
2020 - uses : passepartoutvpn/action-release-binary-package@master
2121 with :
2222 script : " ci-generate.sh"
Original file line number Diff line number Diff line change 1- 3.5.1 -0
1+ 3.5.4 -0
Original file line number Diff line number Diff line change @@ -135,9 +135,6 @@ for TARGETDIR in `ls -d *.sdk`; do
135135 CROSS_SDK=" ${PLATFORM}${SDKVERSION} .sdk"
136136 SDK=" ${CROSS_TOP} /SDKs/${CROSS_SDK} "
137137
138- # cd $TARGETDIR
139- # libtool -dynamic -lSystem $MIN_SDK -syslibroot $SDK -install_name $INSTALL_NAME -compatibility_version $COMPAT_VERSION -current_version $CURRENT_VERSION lib/*.a -o $FWNAME.dylib
140-
141138 TARGETOBJ=" ${TARGETDIR} /obj"
142139 rm -rf $TARGETOBJ
143140 mkdir $TARGETOBJ
You can’t perform that action at this time.
0 commit comments