Skip to content

Commit b38f631

Browse files
committed
Update build runner
1 parent 0c37e83 commit b38f631

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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:

openssl/openssl-build-phase1.sh

+1-1
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)