Skip to content

Commit 5db9379

Browse files
authored
Add ocamllsp.1.22.0 to the github actions (#27)
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent b2e521e commit 5db9379

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/build.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@ jobs:
1212
strategy:
1313
matrix:
1414
include:
15+
- os: macos-14
16+
version: "1.22.0"
17+
ocaml: "5.3.0"
18+
target_triple: aarch64-apple-darwin
19+
- os: macos-13
20+
version: "1.22.0"
21+
ocaml: "5.3.0"
22+
target_triple: x86_64-apple-darwin
1523
- os: macos-14
1624
version: "1.21.0"
1725
ocaml: "5.2.1"
@@ -93,6 +101,10 @@ jobs:
93101
strategy:
94102
matrix:
95103
include:
104+
- os: ubuntu-latest
105+
version: "1.22.0"
106+
ocaml: "5.3.0"
107+
target_triple: x86_64-unknown-linux-musl
96108
- os: ubuntu-latest
97109
version: "1.21.0"
98110
ocaml: "5.2.1"

0 commit comments

Comments
 (0)