Skip to content

Commit b34f1df

Browse files
[3.12] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105867)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 560adb0 commit b34f1df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ jobs:
239239
path: config.cache
240240
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
241241
- name: Install Homebrew dependencies
242-
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
242+
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
243243
- name: Configure CPython
244244
run: |
245245
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -248,7 +248,7 @@ jobs:
248248
--config-cache \
249249
--with-pydebug \
250250
--prefix=/opt/python-dev \
251-
--with-openssl="$(brew --prefix openssl@1.1)"
251+
--with-openssl="$(brew --prefix openssl@3.0)"
252252
- name: Build CPython
253253
run: make -j4
254254
- name: Display build info

0 commit comments

Comments
 (0)