Skip to content

Commit 5df42e5

Browse files
authored
Merge pull request #334 from jmid/run-ci-on-530
CI: Build and test on 5.3.0 too - and target Apple silicon macOS
2 parents 19c7d46 + 62ac6bc commit 5df42e5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os:
16-
- macos-13
16+
- macos-latest
1717
- ubuntu-latest
1818
- windows-latest
1919
ocaml-compiler:
@@ -22,7 +22,10 @@ jobs:
2222
- "4.14"
2323
- "5.0"
2424
- "5.2"
25+
- "5.3"
2526
exclude:
27+
- os: macos-latest
28+
ocaml-compiler: "4.08"
2629
- os: windows-latest
2730
ocaml-compiler: "4.08"
2831
- os: windows-latest

0 commit comments

Comments
 (0)