|
34 | 34 | runs-on: ${{matrix.os}} |
35 | 35 |
|
36 | 36 | container: |
37 | | - image: ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-4.14.1-02 |
| 37 | + image: ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.0-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: [4.14.1] |
| 118 | + ocaml_compiler: [5.1.0] |
119 | 119 |
|
120 | 120 | runs-on: ${{matrix.os}} |
121 | 121 |
|
@@ -158,11 +158,12 @@ jobs: |
158 | 158 | uses: ocaml/setup-ocaml@v2 |
159 | 159 | if: matrix.os == 'windows-latest' |
160 | 160 | with: |
161 | | - ocaml-compiler: ${{matrix.ocaml_compiler}} |
| 161 | + ocaml-compiler: ocaml-variants.5.1.0+options,ocaml-option-mingw |
162 | 162 | opam-pin: false |
163 | 163 | opam-depext: false |
164 | 164 | opam-repositories: | |
165 | | - opam-repository-mingw: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset |
| 165 | + windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0 |
| 166 | + sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset |
166 | 167 | default: https://github.com/ocaml/opam-repository.git |
167 | 168 |
|
168 | 169 | - name: "Install OPAM dependencies" |
@@ -238,7 +239,7 @@ jobs: |
238 | 239 | # Build the playground compiler on the fastest runner (ubuntu-latest) |
239 | 240 | - name: Install JSOO |
240 | 241 | if: matrix.os == 'ubuntu-latest' |
241 | | - run: opam install js_of_ocaml.4.0.0 |
| 242 | + run: opam install js_of_ocaml.5.6.0 |
242 | 243 |
|
243 | 244 | - name: Build playground compiler |
244 | 245 | if: matrix.os == 'ubuntu-latest' |
|
0 commit comments