summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-08 00:05:31 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2023-07-08 11:31:17 +0900
commitf052aa11f218bfd97b1423e3157aa65261ee3f27 (patch)
tree7ef3ffec30b00b2fa159f7308d6a97bb5e24f376 /.github
parent46fe9ba0f5d32c7bb5767486c3b21c69fbac7373 (diff)
macos: try --enable-shared
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/8040
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/macos.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index ad06eaafcd..f6d5c2cc6a 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -37,6 +37,9 @@ jobs:
os:
- macos-11
- macos-12
+ configure:
+ - ''
+ - '--enable-shared'
fail-fast: false
env:
@@ -62,7 +65,7 @@ jobs:
makeup: true
- name: Run configure
- run: ../src/configure -C --disable-install-doc
+ run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
- run: make prepare-gems
if: ${{ matrix.test_task == 'test-bundled-gems' }}