Skip to content

Commit 517d460

Browse files
committed
try to update CI
1 parent b0f673f commit 517d460

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@main
1414

1515
- name: Use OCaml
16-
uses: ocaml/setup-ocaml@v2
16+
uses: ocaml/setup-ocaml@v3
1717
with:
18-
ocaml-compiler: '4.14'
18+
ocaml-compiler: '5.2'
1919
dune-cache: false
2020

2121
- name: Deps

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@main
2828
- name: Use OCaml ${{ matrix.ocaml-compiler }}
29-
uses: ocaml/setup-ocaml@v2
29+
uses: ocaml/setup-ocaml@v3
3030
with:
3131
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3232
dune-cache: true

0 commit comments

Comments
 (0)