Skip to content

Commit 55eb9c2

Browse files
committed
fix CI
1 parent 92999d5 commit 55eb9c2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
uses: actions/checkout@v3
1414

1515
- name: Use OCaml
16-
uses: ocaml/setup-ocaml@v2
16+
uses: ocaml/setup-ocaml@v3
1717
with:
18-
ocaml-compiler: 5.1.x
18+
ocaml-compiler: 5.03.x
1919
dune-cache: true
2020
allow-prerelease-opam: true
2121

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ocaml-compiler:
1919
- 4.08.x
2020
- 4.14.x
21-
- 5.01.x
21+
- 5.03.x
2222

2323
runs-on: ${{ matrix.os }}
2424

@@ -30,7 +30,7 @@ jobs:
3030
if: ${{ matrix.os == 'ubuntu-latest' }}
3131

3232
- name: Use OCaml ${{ matrix.ocaml-compiler }}
33-
uses: ocaml/setup-ocaml@v2
33+
uses: ocaml/setup-ocaml@v3
3434
with:
3535
ocaml-compiler: ${{ matrix.ocaml-compiler }}
3636
allow-prerelease-opam: true

0 commit comments

Comments
 (0)