Skip to content

Commit

Permalink
Update build runner
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonacox committed Mar 17, 2024
1 parent 0c37e83 commit b38f631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# This workflow contains a single job called "build"
build:
# The type of runner that the job will run on
runs-on: macos-11
runs-on: macos-13

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down
2 changes: 1 addition & 1 deletion openssl/openssl-build-phase1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ buildTVOS()
export CC="${BUILD_TOOLS}/usr/bin/gcc -arch ${ARCH}"
fi
# Starting with XCode 15.3
LANG=C sed -i -- 's/static volatile intr_signal/static volatile int intr_signal;/' "./crypto/ui/ui_openssl.c"
LANG=C sed -i -- 's/static volatile intr_signal/static volatile int intr_signal/' "./crypto/ui/ui_openssl.c"

# Patch Configure to build for tvOS, not iOS
LANG=C sed -i -- 's/D\_REENTRANT\:iOS/D\_REENTRANT\:tvOS/' "./Configure"
Expand Down

0 comments on commit b38f631

Please sign in to comment.