Skip to content

Commit

Permalink
add macos
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Aug 23, 2024
1 parent 0ede733 commit 6df9cb1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6df9cb1

Please sign in to comment.