Skip to content

Commit

Permalink
CI: use OCaml 5.1.x instead of 5.0
Browse files Browse the repository at this point in the history
Except on Windows, as I'm unsure why there was a Windows exception
in the first place.
  • Loading branch information
xavierleroy committed Jan 3, 2024
1 parent d0a89ee commit 5f8e5e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -22,9 +22,9 @@ jobs:
- 4.14.x
include:
- os: ubuntu-latest
ocaml-compiler: 5.0.x
ocaml-compiler: 5.1.x
- os: macos-latest
ocaml-compiler: 5.0.x
ocaml-compiler: 5.1.x
- os: windows-latest
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw

Expand Down

0 comments on commit 5f8e5e2

Please sign in to comment.