From 1172bf274fdbe5ddd28941f38ad8bfcfcd204072 Mon Sep 17 00:00:00 2001 From: Dmitriy Kovalenko Date: Fri, 23 Aug 2024 10:55:24 +0200 Subject: [PATCH] add macos --- .github/workflows/build.yml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 354b96a6..ac5db960 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,7 +17,13 @@ jobs: triplet: "x64-mingw-static" - os: windows-latest ocaml-compiler: "arch-x86_32,system-mingw,ocaml.5.2.0" - triplet: "x32-mingw-static" + triplet: "x86-mingw-static" + - os: macos-latest + ocaml-compiler: "5.2.0" + triplet: "arm64-osx" + - os: macos-13 + ocaml-compiler: "5.2.0" + triplet: "x64-osx" defaults: run: shell: bash @@ -69,7 +75,6 @@ jobs: dune-cache: false - run: opam exec -- opam install . --deps-only - - - name: Install deps & build - run: opam exec -- dune build --verbose + - run: opam exec -- dune build --verbose + - run: opam exec -- dune exec ODiffBin -- --version