Skip to content

Commit 5f8e5e2

Browse files
committed
CI: use OCaml 5.1.x instead of 5.0
Except on Windows, as I'm unsure why there was a Windows exception in the first place.
1 parent d0a89ee commit 5f8e5e2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- 4.14.x
2323
include:
2424
- os: ubuntu-latest
25-
ocaml-compiler: 5.0.x
25+
ocaml-compiler: 5.1.x
2626
- os: macos-latest
27-
ocaml-compiler: 5.0.x
27+
ocaml-compiler: 5.1.x
2828
- os: windows-latest
2929
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw
3030

0 commit comments

Comments
 (0)