Skip to content

Commit

Permalink
Add back ubuntu + OSX
Browse files Browse the repository at this point in the history
  • Loading branch information
SquidDev committed Feb 7, 2024
1 parent 1d476b5 commit a4e7746
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit a4e7746

Please sign in to comment.