Skip to content

Commit 3ebe7be

Browse files
committed
Improved GitHub workflow
1 parent a73629d commit 3ebe7be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,23 @@ jobs:
1212
matrix:
1313
include:
1414
- os: ubuntu-latest
15-
ocaml-compiler: 4.14.0
15+
ocaml-compiler: 5.2.0
1616
- os: macos-latest
17-
ocaml-compiler: 4.13.1
17+
ocaml-compiler: 5.2.0
1818

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

2121
steps:
2222
- name: Checkout code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Use OCaml ${{ matrix.ocaml-compiler }}
2626
uses: ocaml/setup-ocaml@v2
2727
with:
2828
ocaml-compiler: ${{ matrix.ocaml-compiler }}
2929

3030
- run: opam install -t --deps-only .
31-
31+
3232
- run: opam exec -- make
33-
33+
3434
- run: opam exec -- make -C test

0 commit comments

Comments
 (0)