File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
# This workflow contains a single job called "build"
21
21
build :
22
22
# The type of runner that the job will run on
23
- runs-on : macos-11
23
+ runs-on : macos-13
24
24
25
25
# Steps represent a sequence of tasks that will be executed as part of the job
26
26
steps :
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ buildTVOS()
321
321
export CC=" ${BUILD_TOOLS} /usr/bin/gcc -arch ${ARCH} "
322
322
fi
323
323
# Starting with XCode 15.3
324
- LANG=C sed -i -- ' s/static volatile intr_signal/static volatile int intr_signal; /' " ./crypto/ui/ui_openssl.c"
324
+ LANG=C sed -i -- ' s/static volatile intr_signal/static volatile int intr_signal/' " ./crypto/ui/ui_openssl.c"
325
325
326
326
# Patch Configure to build for tvOS, not iOS
327
327
LANG=C sed -i -- ' s/D\_REENTRANT\:iOS/D\_REENTRANT\:tvOS/' " ./Configure"
You can’t perform that action at this time.
0 commit comments