From 2e17c2033ddd112b7fed14eecc1a7e5db42fe852 Mon Sep 17 00:00:00 2001 From: Stephen Sherratt Date: Wed, 4 Dec 2024 15:39:42 +1100 Subject: [PATCH] Build ocamlformat.0.27.0 (#19) Signed-off-by: Stephen Sherratt --- .github/workflows/build.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 37693e8..11354b5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -98,8 +98,16 @@ jobs: strategy: matrix: os: [macos-14, macos-13] - ocaml: ["5.2.1", "5.1.1"] + version: ["0.26.1", "0.26.2", "0.27.0"] include: + - os: macos-13 + version: "0.27.0" + ocaml: "5.2.1" + target_triple: x86_64-apple-darwin + - os: macos-14 + version: "0.27.0" + ocaml: "5.2.1" + target_triple: aarch64-apple-darwin - os: macos-13 version: "0.26.2" ocaml: "5.2.1" @@ -140,8 +148,12 @@ jobs: strategy: matrix: os: [ubuntu-latest] - ocaml: ["5.2.1", "5.1.1"] + version: ["0.26.1", "0.26.2", "0.27.0"] include: + - os: ubuntu-latest + version: "0.27.0" + ocaml: "5.2.1" + target_triple: x86_64-unknown-linux-musl - os: ubuntu-latest version: "0.26.2" ocaml: "5.2.1"