Skip to content

Commit

Permalink
Update the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Drup committed Sep 27, 2023
1 parent c05cb5c commit c3a2b54
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 @@ -17,20 +17,20 @@ jobs:
ocaml-compiler:
- 4.04.x
- 4.05.x
- 4.06.x
- 4.07.x
- 4.08.x
- 4.09.x
- 4.10.x
- 4.11.x
- 4.12.x
- 4.13.x
- 4.14.x
- 5.0.x
- 5.1.x
include:
- os: macos-latest
ocaml-compiler: 4.14.x
- os: windows-latest
ocaml-compiler: 4.14.x
- os: macos-latest
ocaml-compiler: 5.1.x
- os: windows-latest
ocaml-compiler: 5.1.x

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c3a2b54

Please sign in to comment.