@@ -99,12 +99,12 @@ jobs:
99
99
uses : actions/checkout@v4
100
100
101
101
- name : Build compiler binaries
102
- uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19 -ocaml-5.1.1 -01
102
+ uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20 -ocaml-5.2.0 -01
103
103
with :
104
104
args : opam exec -- dune build --display quiet --profile static
105
105
106
106
- name : Build ninja binary
107
- uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19 -ocaml-5.1.1 -01
107
+ uses : docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20 -ocaml-5.2.0 -01
108
108
with :
109
109
args : sh -c "cd ninja && LDFLAGS=-static python3 configure.py --bootstrap"
110
110
@@ -172,7 +172,7 @@ jobs:
172
172
ubuntu-latest,
173
173
windows-latest,
174
174
]
175
- ocaml_compiler : [5.1.1 ]
175
+ ocaml_compiler : [5.2.0 ]
176
176
177
177
runs-on : ${{matrix.os}}
178
178
@@ -225,7 +225,7 @@ jobs:
225
225
uses : ocaml/setup-ocaml@v2
226
226
if : matrix.os == 'windows-latest'
227
227
with :
228
- ocaml-compiler : ocaml-variants.5.1.1 +options,ocaml-option-mingw
228
+ ocaml-compiler : ocaml-variants.5.2.0 +options,ocaml-option-mingw
229
229
opam-pin : false
230
230
opam-depext : false
231
231
opam-repositories : |
@@ -306,7 +306,7 @@ jobs:
306
306
# Build the playground compiler on the fastest runner (ubuntu-latest)
307
307
- name : Install JSOO
308
308
if : matrix.os == 'ubuntu-latest'
309
- run : opam install js_of_ocaml.5.6.0
309
+ run : opam install js_of_ocaml.5.8.1
310
310
311
311
- name : Build playground compiler
312
312
if : matrix.os == 'ubuntu-latest'
0 commit comments