Skip to content

Commit d6ab526

Browse files
committed
CI: Test with gcc-14 on macOS
1 parent d7cd3f8 commit d6ab526

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/macos.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ jobs:
2727
include:
2828
- test_task: check
2929
os: macos-14
30+
- test_task: check
31+
os: macos-14
32+
configure_args: '--with-gcc=gcc-14'
3033
- test_task: test-all
3134
test_opts: --repeat-count=2
3235
os: macos-14
@@ -89,7 +92,7 @@ jobs:
8992
continue-on-error: true
9093

9194
- name: Run configure
92-
run: ../src/configure -C --disable-install-doc ${ruby_configure_args}
95+
run: ../src/configure -C --disable-install-doc ${ruby_configure_args} ${{ matrix.configure_args }}
9396

9497
- run: make prepare-gems
9598
if: ${{ matrix.test_task == 'test-bundled-gems' }}

0 commit comments

Comments
 (0)