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 a8d5ef6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 a8d5ef6

Please sign in to comment.