@@ -99,12 +99,12 @@ jobs:
9999 uses : actions/checkout@v4
100100
101101 - 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
103103 with :
104104 args : opam exec -- dune build --display quiet --profile static
105105
106106 - 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
108108 with :
109109 args : sh -c "cd ninja && LDFLAGS=-static python3 configure.py --bootstrap"
110110
@@ -172,7 +172,7 @@ jobs:
172172 ubuntu-latest,
173173 windows-latest,
174174 ]
175- ocaml_compiler : [5.1.1 ]
175+ ocaml_compiler : [5.2.0 ]
176176
177177 runs-on : ${{matrix.os}}
178178
@@ -225,7 +225,7 @@ jobs:
225225 uses : ocaml/setup-ocaml@v2
226226 if : matrix.os == 'windows-latest'
227227 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
229229 opam-pin : false
230230 opam-depext : false
231231 opam-repositories : |
@@ -304,10 +304,6 @@ jobs:
304304 run : node scripts/ciTest.js -mocha -theme -format
305305
306306 # Build the playground compiler on the fastest runner (ubuntu-latest)
307- - name : Install JSOO
308- if : matrix.os == 'ubuntu-latest'
309- run : opam install js_of_ocaml.5.6.0
310-
311307 - name : Build playground compiler
312308 if : matrix.os == 'ubuntu-latest'
313309 run : |
0 commit comments