Skip to content

Commit

Permalink
Misc: update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Sep 25, 2023
1 parent 946364c commit b482f75
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- 4.11.x
- 4.12.x
- 4.13.x
- 5.0.x
skip-test:
- true
skip-doc:
Expand All @@ -46,17 +47,17 @@ jobs:
skip-test: false
skip-doc: true
- os: ubuntu-latest
ocaml-compiler: 5.0.x
ocaml-compiler: 5.1.x
skip-effects: false
skip-test: false
skip-doc: false
- os: macos-latest
ocaml-compiler: 5.0.x
ocaml-compiler: 5.1.x
skip-effects: true
skip-test: false
skip-doc: true
- os: windows-latest
ocaml-compiler: ocaml.5.0.0,ocaml-option-mingw
ocaml-compiler: ocaml.5.1.0,ocaml-option-mingw
skip-effects: false
skip-test: false
skip-doc: true
Expand Down

0 comments on commit b482f75

Please sign in to comment.