Skip to content

Commit

Permalink
Build ocaml-lsp-server.1.18.0 in github action (#2)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <[email protected]>
  • Loading branch information
gridbugs authored Nov 1, 2024
1 parent dc5af8c commit b724383
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,36 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-13, macos-14]
ocaml: ["5.2.0"]
ocaml: ["5.2.0", "5.1.1"]
include:
- os: ubuntu-latest
version: "1.19.0"
ocaml: "5.2.0"
linking: static
target_triple: x86_64-unknown-linux-musl
- os: macos-13
version: "1.19.0"
ocaml: "5.2.0"
linking: dynamic
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.19.0"
ocaml: "5.2.0"
linking: dynamic
target_triple: aarch64-apple-darwin
- os: ubuntu-latest
version: "1.18.0"
ocaml: "5.1.1"
linking: static
target_triple: x86_64-unknown-linux-musl
- os: macos-13
version: "1.18.0"
ocaml: "5.1.1"
linking: dynamic
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.18.0"
ocaml: "5.1.1"
linking: dynamic
target_triple: aarch64-apple-darwin

Expand Down

0 comments on commit b724383

Please sign in to comment.