From 0b5d6c80bab79a96860d0d4e4dfc28d707f40533 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Fri, 6 Dec 2024 09:15:18 +0900 Subject: [PATCH] Added -with-gmp build to macOS --- .github/workflows/macos.yml | 3 +++ 1 file changed, 3 insertions(+) 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