Skip to content

Commit 69e2da0

Browse files
[3.11] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105868)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 2944a6c commit 69e2da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ jobs:
225225
path: config.cache
226226
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
227227
- name: Install Homebrew dependencies
228-
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
228+
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
229229
- name: Configure CPython
230230
run: |
231231
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -234,7 +234,7 @@ jobs:
234234
--config-cache \
235235
--with-pydebug \
236236
--prefix=/opt/python-dev \
237-
--with-openssl="$(brew --prefix openssl@1.1)"
237+
--with-openssl="$(brew --prefix openssl@3.0)"
238238
- name: Build CPython
239239
run: make -j4
240240
- name: Display build info

0 commit comments

Comments
 (0)