Skip to content

Commit

Permalink
Release ocaml-lsp-server.1.20.1 (#22)
Browse files Browse the repository at this point in the history
Signed-off-by: Sudha Parimala <[email protected]>
  • Loading branch information
Sudha247 authored Dec 12, 2024
1 parent 4168a27 commit 7d78157
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,22 @@ jobs:
strategy:
matrix:
include:
- os: macos-14
version: "1.20.1"
ocaml: "5.2.1"
target_triple: aarch64-apple-darwin
- os: macos-13
version: "1.20.1"
ocaml: "5.2.1"
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.20.1"
ocaml: "5.2.0"
target_triple: aarch64-apple-darwin
- os: macos-13
version: "1.20.1"
ocaml: "5.2.0"
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.19.0"
ocaml: "5.2.1"
Expand Down Expand Up @@ -61,6 +77,14 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
version: "1.20.1"
ocaml: "5.2.1"
target_triple: x86_64-unknown-linux-musl
- os: ubuntu-latest
version: "1.20.1"
ocaml: "5.2.0"
target_triple: x86_64-unknown-linux-musl
- os: ubuntu-latest
version: "1.19.0"
ocaml: "5.2.1"
Expand Down

0 comments on commit 7d78157

Please sign in to comment.