Skip to content

Commit 0c91d3e

Browse files
committed
OCaml 5.2.0 + setup-ocaml 3
1 parent 0a631e1 commit 0c91d3e

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/ci.yml

+3-17
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: actions/checkout@v4
3838

3939
- name: Build
40-
uses: docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.19-ocaml-5.1.1-01
40+
uses: docker://ghcr.io/rescript-lang/rescript-ci-build:alpine-3.20-ocaml-5.2.0-01
4141
with:
4242
args: opam exec -- dune build --profile static
4343

@@ -99,24 +99,10 @@ jobs:
9999
key: ${{matrix.os}}-rescript-vscode-v4
100100

101101
- name: Use OCaml
102-
uses: ocaml/setup-ocaml@v2
103-
if: matrix.os != 'windows-latest'
104-
with:
105-
ocaml-compiler: 5.1.1
106-
opam-pin: false
107-
opam-depext: false
108-
109-
- name: Use OCaml (Windows)
110-
uses: ocaml/setup-ocaml@v2
111-
if: matrix.os == 'windows-latest'
102+
uses: ocaml/setup-ocaml@v3
112103
with:
113-
ocaml-compiler: ocaml-variants.5.1.1+options,ocaml-option-mingw
104+
ocaml-compiler: 5.2.0
114105
opam-pin: false
115-
opam-depext: false
116-
opam-repositories: |
117-
windows-5.0: https://github.com/dra27/opam-repository.git#windows-5.0
118-
sunset: https://github.com/ocaml-opam/opam-repository-mingw.git#sunset
119-
default: https://github.com/ocaml/opam-repository.git
120106

121107
- name: Use Node.js
122108
uses: actions/setup-node@v4

0 commit comments

Comments
 (0)