Skip to content

Commit 073c660

Browse files
[3.10] CI: Bump macOS build to use OpenSSL v3.0 (GH-105538) (#105869)
(cherry picked from commit 34e93d3) Co-authored-by: Erlend E. Aasland <[email protected]>
1 parent 1851443 commit 073c660

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
@@ -181,15 +181,15 @@ jobs:
181181
steps:
182182
- uses: actions/checkout@v3
183183
- name: Install Homebrew dependencies
184-
run: brew install pkg-config openssl@1.1 xz gdbm tcl-tk
184+
run: brew install pkg-config openssl@3.0 xz gdbm tcl-tk
185185
- name: Configure CPython
186186
run: |
187187
CPPFLAGS="-I$(brew --prefix gdbm)/include -I$(brew --prefix xz)/include" \
188188
LDFLAGS="-L$(brew --prefix gdbm)/lib -L$(brew --prefix xz)/lib" \
189189
./configure \
190190
--with-pydebug \
191191
--prefix=/opt/python-dev \
192-
--with-openssl="$(brew --prefix openssl@1.1)"
192+
--with-openssl="$(brew --prefix openssl@3.0)"
193193
- name: Build CPython
194194
run: make -j4
195195
- name: Display build info

0 commit comments

Comments
 (0)