We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bcdab0 commit edc7c61Copy full SHA for edc7c61
.github/workflows/macos.yml
@@ -27,6 +27,9 @@ jobs:
27
include:
28
- test_task: check
29
os: macos-14
30
+ - test_task: check
31
+ os: macos-14
32
+ configure_args: '--with-gcc=gcc-14'
33
- test_task: test-all
34
test_opts: --repeat-count=2
35
@@ -89,7 +92,7 @@ jobs:
89
92
continue-on-error: true
90
93
91
94
- name: Run configure
- run: ../src/configure -C --disable-install-doc ${ruby_configure_args}
95
+ run: ../src/configure -C --disable-install-doc ${ruby_configure_args} ${{ matrix.configure_args }}
96
97
- run: make prepare-gems
98
if: ${{ matrix.test_task == 'test-bundled-gems' }}
0 commit comments