Skip to content

Commit

Permalink
Update GHA workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Sora Morimoto <[email protected]>
  • Loading branch information
smorimoto committed Oct 14, 2021
1 parent 6e722fc commit ba4a1fa
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
include:
- os: ubuntu-latest
ocaml-compiler: ocaml-variants.4.13.1+options,ocaml-option-flambda,ocaml-option-musl,ocaml-option-static
libev: false
libev: true
ppx: true
local-packages: "*.opam"
- os: ubuntu-latest
Expand All @@ -61,21 +61,21 @@ jobs:
*.opam
!lwt_ppx.opam
- os: ubuntu-latest
ocaml-compiler: 4.02.x
libev: false
ocaml-compiler: 4.03.x
libev: true
ppx: false
local-packages: |
*.opam
!lwt_ppx.opam
- os: ubuntu-latest
ocaml-compiler: 4.03.x
- os: macos-latest
ocaml-compiler: 4.02.x
libev: true
ppx: false
local-packages: |
*.opam
!lwt_ppx.opam
- os: ubuntu-latest
ocaml-compiler: 4.03.x
- os: windows-latest
ocaml-compiler: 4.02.x
libev: false
ppx: false
local-packages: |
Expand Down

0 comments on commit ba4a1fa

Please sign in to comment.