Skip to content

Commit

Permalink
Bump ocaml version to 5.2.0 in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jun 5, 2024
1 parent c0c1302 commit 503accc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/kind2-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-12, macos-14 ]
ocaml-version: [ 5.1.1 ]
ocaml-version: [ 5.2.0 ]

runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ocaml/opam:alpine-ocaml-5.1-flambda as builder
FROM ocaml/opam:alpine-ocaml-5.2-flambda as builder

USER root

Expand Down

0 comments on commit 503accc

Please sign in to comment.