Skip to content

Commit 00fd2df

Browse files
committed
Bump to Xcode 26 / OpenSSL 3.5.4
1 parent 4ae97d5 commit 00fd2df

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ on:
1010
jobs:
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"

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.5.1-0
1+
3.5.4-0

create-openssl-framework.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)