From e863c632bfbef0ca77cc7ad08feee65240016212 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Ch=C3=A1varri?= Date: Mon, 9 Sep 2024 00:07:02 +0200 Subject: [PATCH] ci bench: use 5.1 (#10893) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Javier Chávarri --- .github/workflows/bench.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 7a35494e9a66..be487d9ce23d 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -5,7 +5,7 @@ on: push: branches: - main - - bench/fix-melange-pupilfirst + - ci-bench/fix-after-ocaml51 permissions: # deployments permission to deploy GitHub pages website @@ -22,7 +22,7 @@ jobs: os: - ubuntu-latest ocaml-compiler: - - 4.14.x + - 5.1.x runs-on: ${{ matrix.os }}