From a4e77460297ae9e00154090bbf90eebc37565363 Mon Sep 17 00:00:00 2001 From: Jonathan Coates Date: Wed, 7 Feb 2024 21:50:16 +0000 Subject: [PATCH] Add back ubuntu + OSX --- .github/workflows/build.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9ea81e7..19f5ba1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,20 +40,20 @@ jobs: output-file: illuaminate-windows-x86_64.exe dune-flags: - # - name: Linux - # uses: ubuntu-22.04 - # # We don't use flambda as that ends up much buliker than without. - # ocaml: ocaml-variants.5.1.1+options,ocaml-option-musl - # input-file: illuaminate - # output-file: illuaminate-linux-x86_64 - # dune-flags: --workspace dune-workspace.release - - # - name: macOS - # uses: macos-latest - # ocaml: "5.1.1" - # input-file: illuaminate - # output-file: illuaminate-macos-x86_64 - # dune-flags: + - name: Linux + uses: ubuntu-latest + # We don't use flambda as that ends up much buliker than without. + ocaml: ocaml-variants.5.1.1+options,ocaml-option-musl + input-file: illuaminate + output-file: illuaminate-linux-x86_64 + dune-flags: --workspace dune-workspace.release + + - name: macOS + uses: macos-latest + ocaml: "5.1.1" + input-file: illuaminate + output-file: illuaminate-macos-x86_64 + dune-flags: name: Build ${{ matrix.name }} runs-on: ${{ matrix.uses }}