Skip to content

Commit

Permalink
Update to ocaml 5.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinans committed May 8, 2024
1 parent d2bc219 commit 3741471
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,9 @@ jobs:
fail-fast: false
matrix:
os:
# - macos-latest
- ubuntu-latest
# - windows-latest
ocaml-compiler:
- 4.13.x
- 5.1.x

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

Expand All @@ -30,7 +28,7 @@ jobs:
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}

- run: opam install . --deps-only --with-test
- run: opam install . --deps-only

- run: opam exec -- dune build --profile release

Expand Down

0 comments on commit 3741471

Please sign in to comment.