Skip to content

Commit 4f3f932

Browse files
committed
ci: use ocaml 5.4
1 parent 8319a14 commit 4f3f932

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/makefile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
ocaml-version:
1616
- 4.14
17-
- 5.2
17+
- 5.4
1818

1919
runs-on: ubuntu-22.04
2020

@@ -37,7 +37,7 @@ jobs:
3737

3838
- name: Pin libevent
3939
run: opam pin add libevent --dev
40-
40+
4141
- name: Build
4242
run: opam exec -- dune build --profile=release
4343

0 commit comments

Comments
 (0)