]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CI: Bump macOS build to use OpenSSL v3.0 (#105538)
authorErlend E. Aasland <erlend.aasland@protonmail.com>
Fri, 16 Jun 2023 19:00:37 +0000 (21:00 +0200)
committerGitHub <noreply@github.com>
Fri, 16 Jun 2023 19:00:37 +0000 (21:00 +0200)
.github/workflows/build.yml

index 77c2088c7144974aa22e2f6c8147f6db797a8a50..4760c07a6d9cbb3b65a4f0097e6e9517b04dfd3a 100644 (file)
@@ -232,7 +232,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" \
@@ -241,7 +241,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