Skip to content

Commit cc732ee

Browse files
authored
Merge pull request #447 from nodeg/ci_macos
2 parents 86b6940 + 279ca10 commit cc732ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
os: [ubuntu-latest]
3737
# Due to https://github.com/actions/runner/issues/849, we have to use quotes for '3.0'
3838
ruby: ['3.4', '4.0']
39+
include:
40+
# Necessary for testing the different shell and sub-shell behavior
41+
- os: macos-latest
42+
ruby: '4.0'
3943
runs-on: ${{ matrix.os }}
4044
steps:
4145
- name: Checkout

0 commit comments

Comments
 (0)