Skip to content

Commit

Permalink
Use OCaml 5.2 on macOS/Windows in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Jul 2, 2024
1 parent 0e67e5e commit 21785a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
- "5.2"
include:
- os: macos-latest
ocaml-compiler: "4.14"
ocaml-compiler: "5.2"
- os: windows-latest
ocaml-compiler: "4.14"
ocaml-compiler: "5.2"

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

Expand Down

0 comments on commit 21785a5

Please sign in to comment.