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 e1e3b49
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ 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
ocaml-compiler: ocaml-variants.4.12.0+domains
libev: false
libev: true
ppx: true
local-packages: "*.opam"
- os: macos-latest
Expand All @@ -50,7 +50,7 @@ jobs:
local-packages: "*.opam"
- os: windows-latest
ocaml-compiler: 4.13.x
libev: false
libev: true
ppx: true
local-packages: "*.opam"
- os: ubuntu-latest
Expand All @@ -61,22 +61,22 @@ 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
libev: false
- os: windows-latest
ocaml-compiler: 4.02.x
libev: true
ppx: false
local-packages: |
*.opam
Expand Down

0 comments on commit e1e3b49

Please sign in to comment.