Skip to content

Commit 8d94d2e

Browse files
committed
Use OCaml 4.14.1 (+ Alpine 3.19 container) for CI build
1 parent c9f775c commit 8d94d2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ${{matrix.os}}
3535

3636
container:
37-
image: ghcr.io/rescript-lang/rescript-ci-build:v1.1.0
37+
image: ghcr.io/rescript-lang/rescript-ci-build:main
3838

3939
steps:
4040
# See https://github.com/actions/runner/issues/801#issuecomment-1374967227.
@@ -115,7 +115,7 @@ jobs:
115115
ubuntu-latest,
116116
windows-latest,
117117
]
118-
ocaml_compiler: [4.14.0]
118+
ocaml_compiler: [4.14.1]
119119

120120
runs-on: ${{matrix.os}}
121121

0 commit comments

Comments
 (0)