File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 : |
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
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
You can’t perform that action at this time.
0 commit comments