File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 34
34
runs-on : ${{matrix.os}}
35
35
36
36
container :
37
- image : ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.0 -01
37
+ image : ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.1 -01
38
38
39
39
steps :
40
40
# See https://github.com/actions/runner/issues/801#issuecomment-1374967227.
@@ -115,7 +115,7 @@ jobs:
115
115
ubuntu-latest,
116
116
windows-latest,
117
117
]
118
- ocaml_compiler : [5.1.0 ]
118
+ ocaml_compiler : [5.1.1 ]
119
119
120
120
runs-on : ${{matrix.os}}
121
121
@@ -158,7 +158,7 @@ jobs:
158
158
uses : ocaml/setup-ocaml@v2
159
159
if : matrix.os == 'windows-latest'
160
160
with :
161
- ocaml-compiler : ocaml-variants.5.1.0 +options,ocaml-option-mingw
161
+ ocaml-compiler : ocaml-variants.5.1.1 +options,ocaml-option-mingw
162
162
opam-pin : false
163
163
opam-depext : false
164
164
opam-repositories : |
You can’t perform that action at this time.
0 commit comments