We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acce966 commit 18404afCopy full SHA for 18404af
.github/actions/setup/macos/action.yml
@@ -13,15 +13,15 @@ runs:
13
- name: brew
14
shell: bash
15
run: |
16
- brew install --quiet gmp libffi openssl@1.1 zlib autoconf automake libtool
+ brew install --quiet gmp libffi openssl@3 zlib autoconf automake libtool
17
18
- name: Set ENV
19
20
21
for lib in gmp; do
22
ruby_configure_args="${ruby_configure_args:+$ruby_configure_args }--with-${lib%@*}-dir=$(brew --prefix $lib)"
23
done
24
- for lib in openssl@1.1; do
+ for lib in openssl@3; do
25
CONFIGURE_ARGS="${CONFIGURE_ARGS:+$CONFIGURE_ARGS }--with-${lib%@*}-dir=$(brew --prefix $lib)"
26
27
echo ruby_configure_args="${ruby_configure_args}" >> $GITHUB_ENV
0 commit comments