diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-06 09:15:18 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2024-12-06 10:31:16 +0900 |
| commit | 0b5d6c80bab79a96860d0d4e4dfc28d707f40533 (patch) | |
| tree | be4d22ccf3e4eb242e33d110f4cfa49b472c26de | |
| parent | bc214d10b8854fec728b3b2fe472e58688661cba (diff) | |
Added -with-gmp build to macOS
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/12273
| -rw-r--r-- | .github/workflows/macos.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3c8d639607..ba379293a9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -33,6 +33,9 @@ jobs: - test_task: check os: macos-14 configure_args: '--with-jemalloc' + - test_task: check + os: macos-14 + configure_args: '--with-gmp' - test_task: test-all test_opts: --repeat-count=2 os: macos-14 |
