8000 CI: Bump macOS build to use OpenSSL v3.0 (#105538) · python/cpython@34e93d3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34e93d3

Browse files
CI: Bump macOS build to use OpenSSL v3.0 (#105538)
1 parent 2beab5b commit 34e93d3

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
@@ -232,7 +232,7 @@ jobs:
232232
path: config.cache
233233
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
234234
- name: Install Homebrew dependencies
235-
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
235+
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
236236
- name: Configure CPython
237237
run: |
238238
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -241,7 +241,7 @@ jobs:
241241
--config-cache \
242242
--with-pydebug \
243243
--prefix=/opt/python-dev \
244-
--with-openssl="$(brew --prefix openssl@1.1)"
244+
--with-openssl="$(brew --prefix openssl@3.0)"
245245
- name: Build CPython
246246
run: make -j4
247247
- name: Display build info

0 commit comments

Comments
 (0)
0