summaryrefslogtreecommitdiff
path: root/.github/actions/setup/macos
AgeCommit message (Collapse)Author
2025-07-02CI: Fix appending to an arrayNobuyoshi Nakada
Parentheses are required to add a new element to an array, not to the first element of the array.
2024-12-06Added jemalloc build to GitHub ActionsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12273
2024-10-23Extract common code as a functionNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/11928
2024-06-24.github/actions/setup/macos/action.yml - use brew openssl@3, not 1.1MSP-Greg
2024-05-20--with-gmp-dir option is for ruby itself, not extensionsNobuyoshi Nakada
2024-02-07Refer gmp to macOS buildHiroshi SHIBATA
2024-02-07readline-ext is extracted bundled gems at Ruby 3.3Hiroshi SHIBATA
2023-08-08Skip running brew upgrade (#8189)Takashi Kokubun
This has been unstable: https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590 and I'm not sure if we need that in the first place, assuming the OS image itself is maintained by GitHub. Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-07-08macos: set configure options in the compsite actionNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/8040
2023-06-30bit quiet卜部昌平
Notes: Merged: https://github.com/ruby/ruby/pull/8005
2023-06-30refactor extract brew卜部昌平
Use composite action to reduce copy & paste. Notes: Merged: https://github.com/ruby/ruby/pull/8005