Skip to content

Commit

Permalink
Merge pull request #24 from Sudha247/ocaml-lsp-server.1.21.0
Browse files Browse the repository at this point in the history
Release ocaml-lsp-server.1.21.0
  • Loading branch information
Sudha247 authored Jan 16, 2025
2 parents 3c4c297 + 41dd1d8 commit 7300adc
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.21.0"
ocaml: "5.2.1"
target_triple: aarch64-apple-darwin
- os: macos-13
version: "1.21.0"
ocaml: "5.2.1"
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.21.0"
ocaml: "5.2.0"
target_triple: aarch64-apple-darwin
- os: macos-13
version: "1.21.0"
ocaml: "5.2.0"
target_triple: x86_64-apple-darwin
- os: macos-14
version: "1.20.1"
ocaml: "5.2.1"
Expand Down Expand Up @@ -77,6 +93,14 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-latest
version: "1.21.0"
ocaml: "5.2.1"
target_triple: x86_64-unknown-linux-musl
- os: ubuntu-latest
version: "1.21.0"
ocaml: "5.2.0"
target_triple: x86_64-unknown-linux-musl
- os: ubuntu-latest
version: "1.20.1"
ocaml: "5.2.1"
Expand Down

0 comments on commit 7300adc

Please sign in to comment.