8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2beab5b commit 34e93d3Copy full SHA for 34e93d3
.github/workflows/build.yml
@@ -232,7 +232,7 @@ jobs:
232
path: config.cache
233
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
234
- name: Install Homebrew dependencies
235
- run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
+ run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
236
- name: Configure CPython
237
run: |
238
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -241,7 +241,7 @@ jobs:
241
--config-cache \
242
--with-pydebug \
243
--prefix=/opt/python-dev \
244
- --with-openssl="$(brew --prefix openssl@1.1)"
+ --with-openssl="$(brew --prefix openssl@3.0)"
245
- name: Build CPython
246
run: make -j4
247
- name: Display build info
0 commit comments