Skip to content

Commit

Permalink
Makes build CI run additionally on macos and ocaml 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Apr 17, 2024
1 parent 1419c56 commit f4c4ad3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ jobs:
fail-fast: false
matrix:
os:
- self-hosted
- ubunutu-latest
- macos-latest
ocaml-compiler:
- "4.14"
- "5.1"
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
Expand All @@ -27,6 +29,8 @@ jobs:
uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true
allow-prerelease-opam: true
- name: Install dependencies
run: opam install -y . --deps-only --with-test
- name: Build
Expand Down

0 comments on commit f4c4ad3

Please sign in to comment.