Skip to content

Commit 7d78157

Browse files
authored
Release ocaml-lsp-server.1.20.1 (#22)
Signed-off-by: Sudha Parimala <[email protected]>
1 parent 4168a27 commit 7d78157

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/workflows/build.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15+
- os: macos-14
16+
version: "1.20.1"
17+
ocaml: "5.2.1"
18+
target_triple: aarch64-apple-darwin
19+
- os: macos-13
20+
version: "1.20.1"
21+
ocaml: "5.2.1"
22+
target_triple: x86_64-apple-darwin
23+
- os: macos-14
24+
version: "1.20.1"
25+
ocaml: "5.2.0"
26+
target_triple: aarch64-apple-darwin
27+
- os: macos-13
28+
version: "1.20.1"
29+
ocaml: "5.2.0"
30+
target_triple: x86_64-apple-darwin
1531
- os: macos-14
1632
version: "1.19.0"
1733
ocaml: "5.2.1"
@@ -61,6 +77,14 @@ jobs:
6177
strategy:
6278
matrix:
6379
include:
80+
- os: ubuntu-latest
81+
version: "1.20.1"
82+
ocaml: "5.2.1"
83+
target_triple: x86_64-unknown-linux-musl
84+
- os: ubuntu-latest
85+
version: "1.20.1"
86+
ocaml: "5.2.0"
87+
target_triple: x86_64-unknown-linux-musl
6488
- os: ubuntu-latest
6589
version: "1.19.0"
6690
ocaml: "5.2.1"

0 commit comments

Comments
 (0)