We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5363c3f commit a22f129Copy full SHA for a22f129
1 file changed
.github/workflows/ci.yml
@@ -12,8 +12,8 @@ on:
12
13
jobs:
14
test:
15
- name: Test
16
- runs-on: ${{ matrix.os }} ${{ matrix.ruby }}
+ name: ${{ matrix.os }} ${{ matrix.ruby }}
+ runs-on: ${{ matrix.os }}
17
18
strategy:
19
fail-fast: false
0 commit comments