Skip to content

Commit

Permalink
Merge pull request #1014 from ocsigen/update-ocaml-mac-win
Browse files Browse the repository at this point in the history
Bump OCaml version on macOS and Windows
  • Loading branch information
smorimoto authored Apr 29, 2024
2 parents 291435a + 9fa55a2 commit 9fbbf42
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 9fbbf42

Please sign in to comment.