Skip to content

Commit 7429ec1

Browse files
authored
Merge pull request #339 from ocsigen/ocaml-5.2-win-mac
Use OCaml 5.2 on macOS/Windows in CI
2 parents 0e67e5e + 21785a5 commit 7429ec1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
- "5.2"
2626
include:
2727
- os: macos-latest
28-
ocaml-compiler: "4.14"
28+
ocaml-compiler: "5.2"
2929
- os: windows-latest
30-
ocaml-compiler: "4.14"
30+
ocaml-compiler: "5.2"
3131

3232
runs-on: ${{ matrix.os }}
3333

0 commit comments

Comments
 (0)