Skip to content

Commit

Permalink
Build ocamlformat.0.27.0 (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Sherratt <[email protected]>
  • Loading branch information
gridbugs authored Dec 4, 2024
1 parent 4553c8f commit 2e17c20
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,16 @@ jobs:
strategy:
matrix:
os: [macos-14, macos-13]
ocaml: ["5.2.1", "5.1.1"]
version: ["0.26.1", "0.26.2", "0.27.0"]
include:
- os: macos-13
version: "0.27.0"
ocaml: "5.2.1"
target_triple: x86_64-apple-darwin
- os: macos-14
version: "0.27.0"
ocaml: "5.2.1"
target_triple: aarch64-apple-darwin
- os: macos-13
version: "0.26.2"
ocaml: "5.2.1"
Expand Down Expand Up @@ -140,8 +148,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
ocaml: ["5.2.1", "5.1.1"]
version: ["0.26.1", "0.26.2", "0.27.0"]
include:
- os: ubuntu-latest
version: "0.27.0"
ocaml: "5.2.1"
target_triple: x86_64-unknown-linux-musl
- os: ubuntu-latest
version: "0.26.2"
ocaml: "5.2.1"
Expand Down

0 comments on commit 2e17c20

Please sign in to comment.