File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2020 # This workflow contains a single job called "build"
2121 build :
2222 # The type of runner that the job will run on
23- runs-on : macos-11
23+ runs-on : macos-13
2424
2525 # Steps represent a sequence of tasks that will be executed as part of the job
2626 steps :
Original file line number Diff line number Diff line change @@ -321,7 +321,7 @@ buildTVOS()
321321 export CC=" ${BUILD_TOOLS} /usr/bin/gcc -arch ${ARCH} "
322322 fi
323323 # 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"
325325
326326 # Patch Configure to build for tvOS, not iOS
327327 LANG=C sed -i -- ' s/D\_REENTRANT\:iOS/D\_REENTRANT\:tvOS/' " ./Configure"
You can’t perform that action at this time.
0 commit comments