Skip to content

Commit 06ec37f

Browse files
MSP-Gregeregon
authored andcommitted
Use OpenSSL 3 on macOS, as ruby/ruby does
1 parent b27d740 commit 06ec37f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- run: ./autogen.sh
171171
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit
172172
if: startsWith(matrix.os, 'ubuntu')
173-
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit --with-openssl-dir=$(brew --prefix openssl@1.1) --with-readline-dir=$(brew --prefix readline)
173+
- run: ./configure --prefix=$HOME/.rubies/ruby-${{ matrix.name }} --enable-shared --disable-install-doc --enable-yjit --with-openssl-dir=$(brew --prefix openssl@3) --with-readline-dir=$(brew --prefix readline)
174174
if: startsWith(matrix.os, 'macos')
175175
- run: make -j4
176176
- run: make install

0 commit comments

Comments
 (0)