Skip to content

Commit 05eab83

Browse files
committed
Fix typo in CI/CD yaml
1 parent 77f28ac commit 05eab83

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/workflow.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
os:
1313
- macos-latest
1414
- ubuntu-latest
15-
ocaml-compiler: 5
15+
ocaml-compiler:
16+
- 5
1617

1718
runs-on: ${{ matrix.os }}
1819

0 commit comments

Comments
 (0)