Skip to content

Commit

Permalink
ci: bump OCaml version on macOS and Windows
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Apr 29, 2024
1 parent 291435a commit 9fa55a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,21 +52,21 @@ jobs:
local-packages: |
*.opam
- os: ubuntu-latest
ocaml-compiler: "4.08"
ocaml-compiler: "4.14"
libev: true
ppx: false
local-packages: |
*.opam
!lwt_ppx.opam
- os: macos-latest
ocaml-compiler: "4.08"
ocaml-compiler: "4.14"
libev: true
ppx: false
local-packages: |
*.opam
!lwt_ppx.opam
- os: windows-latest
ocaml-compiler: "4.08"
ocaml-compiler: "4.14"
libev: false
ppx: false
local-packages: |
Expand Down

0 comments on commit 9fa55a2

Please sign in to comment.