Skip to content

Commit 340ff2e

Browse files
author
Jérôme FERET
committed
not compatible with OCaml >4.14.2
1 parent 49351bf commit 340ff2e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Setup OCaml
1010
uses: ocaml/setup-ocaml@v3
1111
with:
12-
ocaml-compiler: 4.14.x
12+
ocaml-compiler: 4.14.2
1313
dune-cache: true
1414
- name: Install dependencies
1515
run: |
@@ -28,7 +28,7 @@ jobs:
2828
matrix: # 2x2 versions ran here, with 2 different ocaml versions and with/without labltk
2929
ocaml-compiler:
3030
- 4.13.x
31-
- 4.14.x
31+
- 4.14.2
3232
additional-packages:
3333
- ''
3434
- labltk
@@ -58,7 +58,7 @@ jobs:
5858
run: opam exec -- make --jobs=2 check
5959
- name: Archive documentation
6060
uses: actions/upload-artifact@v4
61-
if: matrix.ocaml-compiler == '4.14.x' && matrix.additional-packages == ''
61+
if: matrix.ocaml-compiler == '4.14.2' && matrix.additional-packages == ''
6262
with:
6363
name: doc
6464
path: |
@@ -135,7 +135,7 @@ jobs:
135135
Kappapp.tar.gz
136136
137137
webapp-macos:
138-
runs-on: macos-13
138+
runs-on: macos-15
139139
steps:
140140
- name: Checkout
141141
uses: actions/checkout@v6
@@ -172,7 +172,7 @@ jobs:
172172
- name: Setup OCaml
173173
uses: ocaml/setup-ocaml@v3
174174
with:
175-
ocaml-compiler: 4.14.x
175+
ocaml-compiler: 4.14.2
176176
dune-cache: true
177177
- name: Install OPAM dependencies
178178
run: opam install --yes . --deps-only

0 commit comments

Comments
 (0)