The unpac monorepo manager self-hosting as a monorepo using unpac

Update macos and Windows CI to use latest OCaml 5 compiler

+4 -8
+4 -8
.github/workflows/main.yml
··· 12 12 os: 13 13 - macos-latest 14 14 ocaml-compiler: 15 - - 5.2.x 15 + - 5 16 16 local-packages: 17 17 - eio eio_posix eio_main 18 18 ··· 23 23 uses: actions/checkout@v3 24 24 25 25 - name: Use OCaml ${{ matrix.ocaml-compiler }} 26 - uses: ocaml/setup-ocaml@v2 26 + uses: ocaml/setup-ocaml@v3 27 27 with: 28 28 ocaml-compiler: ${{ matrix.ocaml-compiler }} 29 29 opam-local-packages: ··· 40 40 uses: actions/checkout@v3 41 41 42 42 - name: Set-up OCaml 43 - uses: ocaml/setup-ocaml@v2 43 + uses: ocaml/setup-ocaml@v3 44 44 with: 45 45 opam-pin: false 46 - opam-depext: false 47 - ocaml-compiler: ocaml.5.2.0,ocaml-option-mingw 48 - opam-repositories: | 49 - dra27: https://github.com/dra27/opam-repository.git#windows-5.0 50 - normal: https://github.com/ocaml/opam-repository.git 46 + ocaml-compiler: 5 51 47 # --with-version=dev is not available, and --with-test also tries running tests for packages (like MDX) which fail... 52 48 - run: | 53 49 opam pin -yn eio.dev .