We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 004a0bf commit cd9eaaeCopy full SHA for cd9eaae
1 file changed
.github/workflows/test.yml
@@ -19,7 +19,8 @@ jobs:
19
exclude:
20
- { os: macos-latest, ruby: '2.5' }
21
include:
22
- - { os: macos-13, ruby: '2.5' }
+ - { os: macos-15-intel, ruby: '2.5' }
23
+ - { os: macos-15-intel, ruby: '3.4' }
24
runs-on: ${{ matrix.os }}
25
steps:
26
- uses: actions/checkout@v6
0 commit comments