Skip to content

Commit 2e17c20

Browse files
authored
Build ocamlformat.0.27.0 (#19)
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent 4553c8f commit 2e17c20

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/workflows/build.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,16 @@ jobs:
9898
strategy:
9999
matrix:
100100
os: [macos-14, macos-13]
101-
ocaml: ["5.2.1", "5.1.1"]
101+
version: ["0.26.1", "0.26.2", "0.27.0"]
102102
include:
103+
- os: macos-13
104+
version: "0.27.0"
105+
ocaml: "5.2.1"
106+
target_triple: x86_64-apple-darwin
107+
- os: macos-14
108+
version: "0.27.0"
109+
ocaml: "5.2.1"
110+
target_triple: aarch64-apple-darwin
103111
- os: macos-13
104112
version: "0.26.2"
105113
ocaml: "5.2.1"
@@ -140,8 +148,12 @@ jobs:
140148
strategy:
141149
matrix:
142150
os: [ubuntu-latest]
143-
ocaml: ["5.2.1", "5.1.1"]
151+
version: ["0.26.1", "0.26.2", "0.27.0"]
144152
include:
153+
- os: ubuntu-latest
154+
version: "0.27.0"
155+
ocaml: "5.2.1"
156+
target_triple: x86_64-unknown-linux-musl
145157
- os: ubuntu-latest
146158
version: "0.26.2"
147159
ocaml: "5.2.1"

0 commit comments

Comments
 (0)