Skip to content

Commit 32f83df

Browse files
committed
Update GitHub Actions workflow
Signed-off-by: Sora Morimoto <[email protected]>
1 parent 7429ec1 commit 32f83df

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

.github/workflows/workflow.yml

+10-16
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Main workflow
1+
name: Builds, tests & co
22

33
on:
44
push:
@@ -14,20 +14,16 @@ jobs:
1414
matrix:
1515
os:
1616
- ubuntu-latest
17+
- macos-latest
18+
- windows-latest
1719
ocaml-compiler:
18-
- "4.04"
19-
- "4.05"
20-
- "4.11"
21-
- "4.13"
22-
- "4.14"
23-
- "5.0"
24-
- "5.1"
25-
- "5.2"
20+
- 5
21+
- 4
2622
include:
27-
- os: macos-latest
28-
ocaml-compiler: "5.2"
29-
- os: windows-latest
30-
ocaml-compiler: "5.2"
23+
- os: ubuntu-latest
24+
ocaml-compiler: "4.04"
25+
- os: ubuntu-latest
26+
ocaml-compiler: "4.04"
3127

3228
runs-on: ${{ matrix.os }}
3329

@@ -51,10 +47,8 @@ jobs:
5147
steps:
5248
- name: Checkout tree
5349
uses: actions/checkout@v4
54-
5550
- name: Set-up OCaml
5651
uses: ocaml/setup-ocaml@v3
5752
with:
58-
ocaml-compiler: "4.14"
59-
53+
ocaml-compiler: 4
6054
- uses: ocaml/setup-ocaml/lint-opam@v3

0 commit comments

Comments
 (0)