summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-16 19:26:56 (GMT)
committerGitHub <noreply@github.com>2023-06-16 19:26:56 (GMT)
commit69e2da02928ccf65c6664111a386f5745785136f (patch)
tree9a446b90269c7c85f9534fdb0e1a65555152c666 /.github
parent2944a6cc0a4d572288d328b2caa1fc8f3a582863 (diff)
downloadcpython-69e2da02928ccf65c6664111a386f5745785136f.zip
cpython-69e2da02928ccf65c6664111a386f5745785136f.tar.gz
cpython-69e2da02928ccf65c6664111a386f5745785136f.tar.bz2
[3.11] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105868)
(cherry picked from commit 34e93d3998bab8acd651c50724eb1977f4860a08) Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 2ffd73c..6848ed6 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -225,7 +225,7 @@ jobs:
path: config.cache
key: ${{ github.job }}-${{ runner.os }}-${{ needs.check_source.outputs.config_hash }}
- name: Install Homebrew dependencies
- run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
+ run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
- name: Configure CPython
run: |
GDBM_CFLAGS="-I$(brew --prefix gdbm)/include" \
@@ -234,7 +234,7 @@ jobs:
--config-cache \
--with-pydebug \
--prefix=/opt/python-dev \
- --with-openssl="$(brew --prefix openssl@1.1)"
+ --with-openssl="$(brew --prefix openssl@3.0)"
- name: Build CPython
run: make -j4
- name: Display build info