Skip to content

Commit a22f129

Browse files
committed
CI: Fix the previous commit
1 parent 5363c3f commit a22f129

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
jobs:
1414
test:
15-
name: Test
16-
runs-on: ${{ matrix.os }} ${{ matrix.ruby }}
15+
name: ${{ matrix.os }} ${{ matrix.ruby }}
16+
runs-on: ${{ matrix.os }}
1717

1818
strategy:
1919
fail-fast: false

0 commit comments

Comments
 (0)