Skip to content

Commit 0984c4e

Browse files
committed
GHA: test OCaml 4.08 on Ubuntu only
1 parent c362194 commit 0984c4e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ jobs:
1616
- macos-latest
1717
- windows-latest
1818
ocaml-compiler:
19-
- '4.08'
2019
- '5'
20+
include:
21+
- os: ubuntu-latest
22+
ocaml-compiler: '4.08'
2123

2224
runs-on: ${{ matrix.os }}
2325

0 commit comments

Comments
 (0)