File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 runs-on : ${{matrix.os}}
3535
3636 container :
37- image : ghcr.io/rescript-lang/rescript-ci-build:v1.1 .0
37+ image : ghcr.io/rescript-lang/rescript-ci-build:v1.2 .0
3838
3939 steps :
4040 # See https://github.com/actions/runner/issues/801#issuecomment-1374967227.
@@ -115,7 +115,7 @@ jobs:
115115 ubuntu-latest,
116116 windows-latest,
117117 ]
118- ocaml_compiler : [4.14.0 ]
118+ ocaml_compiler : [4.14.1 ]
119119
120120 runs-on : ${{matrix.os}}
121121
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ Make sure you have [opam](https://opam.ocaml.org/doc/Install.html) installed on
4141opam init
4242
4343# Any recent OCaml version works as a development compiler
44- opam switch create 4.14.0 # can also create local switch with opam switch create . 4.14.0
44+ opam switch create 4.14.1 # can also create local switch with opam switch create . 4.14.1
4545
4646# Install dev dependencies from OPAM
4747opam install . --deps-only
You can’t perform that action at this time.
0 commit comments