Skip to content

Commit 5581170

Browse files
committed
CI
1 parent f1cb9fb commit 5581170

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/gh-pages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v2
1313

14-
- uses: ocaml/setup-ocaml@v2
14+
- uses: ocaml/setup-ocaml@v3
1515
with:
16-
ocaml-compiler: 4.12.x
16+
ocaml-compiler: 4.14.x
1717

1818
- name: Pin
1919
run: opam pin -n .

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
#- windows-latest
1616
ocaml-compiler:
1717
- 4.03.x
18-
- 4.12.x
18+
- 4.14.x
1919
- 5.03.x
2020
runs-on: ${{ matrix.os }}
2121
steps:

0 commit comments

Comments
 (0)