We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b021f6f commit bc214d1Copy full SHA for bc214d1
2 files changed
.github/actions/setup/macos/action.yml
@@ -13,7 +13,7 @@ runs:
13
- name: brew
14
shell: bash
15
run: |
16
- brew install --quiet gmp libffi openssl@3 zlib autoconf automake libtool
+ brew install --quiet jemalloc gmp libffi openssl@3 zlib autoconf automake libtool
17
18
- name: Set ENV
19
.github/workflows/macos.yml
@@ -30,6 +30,9 @@ jobs:
30
- test_task: check
31
os: macos-14
32
configure_args: '--with-gcc=gcc-14'
33
+ - test_task: check
34
+ os: macos-14
35
+ configure_args: '--with-jemalloc'
36
- test_task: test-all
37
test_opts: --repeat-count=2
38
0 commit comments