From b5b0a44400910387e6b888ce45dfa27934e550f8 Mon Sep 17 00:00:00 2001 From: Emin Arslan Date: Thu, 5 Feb 2026 23:17:45 +0300 Subject: [PATCH] ci: update publish workflow to use ocaml 5.4 --- .woodpecker/publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/publish.yaml b/.woodpecker/publish.yaml index 3dc29fc..763a9ff 100644 --- a/.woodpecker/publish.yaml +++ b/.woodpecker/publish.yaml @@ -3,7 +3,7 @@ when: steps: - name: Build Nightly Artifact - image: ocaml/opam:debian-11-ocaml-5.1 + image: ocaml/opam:debian-11-ocaml-5.4 commands: - opam install . --deps-only - opam exec -- dune build