Skip to content

Commit

Permalink
ci: Bump ocaml version to 5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-larraz committed Jan 15, 2025
1 parent 33d6499 commit 926965d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kind2-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Kind 2 Release
name: Kind 2 Nightlies / Release

on:
workflow_dispatch:
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest, macos-13, macos-14 ]
ocaml-version: [ 5.1.1 ]
ocaml-version: [ 5.3.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.2-flambda as builder
FROM ocaml/opam:alpine-ocaml-5.3-flambda as builder

USER root

Expand Down

0 comments on commit 926965d

Please sign in to comment.