Skip to content

Commit 7300adc

Browse files
authored
Merge pull request #24 from Sudha247/ocaml-lsp-server.1.21.0
Release ocaml-lsp-server.1.21.0
2 parents 3c4c297 + 41dd1d8 commit 7300adc

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.21.0"
17+
ocaml: "5.2.1"
18+
target_triple: aarch64-apple-darwin
19+
- os: macos-13
20+
version: "1.21.0"
21+
ocaml: "5.2.1"
22+
target_triple: x86_64-apple-darwin
23+
- os: macos-14
24+
version: "1.21.0"
25+
ocaml: "5.2.0"
26+
target_triple: aarch64-apple-darwin
27+
- os: macos-13
28+
version: "1.21.0"
29+
ocaml: "5.2.0"
30+
target_triple: x86_64-apple-darwin
1531
- os: macos-14
1632
version: "1.20.1"
1733
ocaml: "5.2.1"
@@ -77,6 +93,14 @@ jobs:
7793
strategy:
7894
matrix:
7995
include:
96+
- os: ubuntu-latest
97+
version: "1.21.0"
98+
ocaml: "5.2.1"
99+
target_triple: x86_64-unknown-linux-musl
100+
- os: ubuntu-latest
101+
version: "1.21.0"
102+
ocaml: "5.2.0"
103+
target_triple: x86_64-unknown-linux-musl
80104
- os: ubuntu-latest
81105
version: "1.20.1"
82106
ocaml: "5.2.1"

0 commit comments

Comments
 (0)