File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -539,7 +539,7 @@ jobs:
539539 matrix :
540540 os : [ubuntu-24.04]
541541 env :
542- OPENSSL_VER : 3.0.18
542+ OPENSSL_VER : 3.5.5
543543 PYTHONSTRICTEXTENSIONBUILD : 1
544544 ASAN_OPTIONS : detect_leaks=0:allocator_may_return_null=1:handle_segv=0
545545 steps :
Original file line number Diff line number Diff line change 3535 run : echo "IMAGE_OS_VERSION=${ImageOS}-${ImageVersion}" >> "$GITHUB_ENV"
3636 - name : Install Homebrew dependencies
3737 run : |
38- brew install pkg-config openssl@3.0 xz gdbm tcl-tk@9 make
38+ brew install pkg-config openssl@3.5 xz gdbm tcl-tk@9 make
3939 # Because alternate versions are not symlinked into place by default:
4040 brew link --overwrite tcl-tk@9
4141 - name : Configure CPython
5050 --enable-safety \
5151 ${{ inputs.free-threading && '--disable-gil' || '' }} \
5252 --prefix=/opt/python-dev \
53- --with-openssl="$(brew --prefix openssl@3.0 )"
53+ --with-openssl="$(brew --prefix openssl@3.5 )"
5454 - name : Build CPython
5555 if : ${{ inputs.free-threading || inputs.os != 'macos-15-intel' }}
5656 run : gmake -j8
You can’t perform that action at this time.
0 commit comments