Skip to content

Commit b3358d9

Browse files
committed
Fix .yml file
1 parent 154fdb9 commit b3358d9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
os: ubuntu-latest
9+
os:
10+
- ubuntu-latest
1011
ocaml-compiler:
11-
- 5.2.x
12-
- 4.14.x
12+
- 5.2.x
13+
- 4.14.x
1314
include:
1415
- os: macos-latest
1516
ocaml-compiler: 4.14.x

0 commit comments

Comments
 (0)