diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8f0a6d5..da80072 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,13 +16,14 @@ jobs: #- macos-latest ocaml-compiler: - 4.08.x - - 4.12.x + - 5.1.x runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: ocaml/setup-ocaml@v2 with: ocaml-compiler: ${{ matrix.ocaml-compiler }} + allow-prerelease-opam: true - run: opam pin -n . - run: opam depext -yt iter - run: opam install -t . --deps-only