Added -with-gmp build to macOS

This commit is contained in:
Hiroshi SHIBATA 2024-12-06 09:15:18 +09:00
parent bc214d10b8
commit 0b5d6c80ba
Notes: git 2024-12-06 01:31:35 +00:00

View File

@ -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