]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105867)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 16 Jun 2023 19:34:46 +0000 (12:34 -0700)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 19:34:46 +0000 (19:34 +0000)
(cherry picked from commit 34e93d3998bab8acd651c50724eb1977f4860a08)

Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
.github/workflows/build.yml

index e1d4047a87773926e227dbd71b73ab9e8bd86add..197953b513f06f1061c6a93c1e658231ada363b1 100644 (file)
@@ -239,7 +239,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" \
@@ -248,7 +248,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