diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 3c8d639607d4b8..ba379293a9cdef 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