Skip to content

Commit 13e210f

Browse files
committed
fix typo
1 parent c7771c5 commit 13e210f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- ubuntu-latest
1717
- windows-latest
1818
- macOS-latest
19-
run-on: ${{ matrix.os }}
19+
runs-on: ${{ matrix.os }}
2020
steps:
2121
- uses: actions/checkout@v2
2222
- uses: jiro4989/setup-nim-action@v1

0 commit comments

Comments
 (0)