Skip to content

Commit 684c71a

Browse files
committed
Refactor github action
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent 77bfb47 commit 684c71a

File tree

1 file changed

+8
-16
lines changed

1 file changed

+8
-16
lines changed

.github/workflows/build.yml

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,27 @@ jobs:
1111
contents: write
1212
strategy:
1313
matrix:
14-
os: [macos-14, macos-13]
15-
ocaml: ["5.2.1", "5.2.0", "5.1.1"]
1614
include:
1715
- os: macos-14
1816
version: "1.19.0"
1917
ocaml: "5.2.1"
2018
target_triple: aarch64-apple-darwin
21-
- os: macos-14
22-
version: "1.19.0"
23-
ocaml: "5.2.0"
24-
target_triple: aarch64-apple-darwin
25-
- os: macos-14
26-
version: "1.18.0"
27-
ocaml: "5.1.1"
28-
target_triple: aarch64-apple-darwin
2919
- os: macos-13
3020
version: "1.19.0"
3121
ocaml: "5.2.1"
3222
target_triple: x86_64-apple-darwin
23+
- os: macos-14
24+
version: "1.19.0"
25+
ocaml: "5.2.0"
26+
target_triple: aarch64-apple-darwin
3327
- os: macos-13
3428
version: "1.19.0"
3529
ocaml: "5.2.0"
3630
target_triple: x86_64-apple-darwin
31+
- os: macos-14
32+
version: "1.18.0"
33+
ocaml: "5.1.1"
34+
target_triple: aarch64-apple-darwin
3735
- os: macos-13
3836
version: "1.18.0"
3937
ocaml: "5.1.1"
@@ -62,8 +60,6 @@ jobs:
6260
contents: write
6361
strategy:
6462
matrix:
65-
os: [ubuntu-latest]
66-
ocaml: ["5.2.1", "5.2.0", "5.1.1"]
6763
include:
6864
- os: ubuntu-latest
6965
version: "1.19.0"
@@ -97,8 +93,6 @@ jobs:
9793
contents: write
9894
strategy:
9995
matrix:
100-
os: [macos-14, macos-13]
101-
version: ["0.26.1", "0.26.2", "0.27.0"]
10296
include:
10397
- os: macos-13
10498
version: "0.27.0"
@@ -147,8 +141,6 @@ jobs:
147141
contents: write
148142
strategy:
149143
matrix:
150-
os: [ubuntu-latest]
151-
version: ["0.26.1", "0.26.2", "0.27.0"]
152144
include:
153145
- os: ubuntu-latest
154146
version: "0.27.0"

0 commit comments

Comments
 (0)