File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -58,18 +58,36 @@ jobs:
5858 strategy :
5959 matrix :
6060 os : [ubuntu-latest, macos-13, macos-14]
61- ocaml : ["5.2.0"]
61+ ocaml : ["5.2.0", "5.1.1" ]
6262 include :
6363 - os : ubuntu-latest
6464 version : " 1.19.0"
65+ ocaml : " 5.2.0"
6566 linking : static
6667 target_triple : x86_64-unknown-linux-musl
6768 - os : macos-13
6869 version : " 1.19.0"
70+ ocaml : " 5.2.0"
6971 linking : dynamic
7072 target_triple : x86_64-apple-darwin
7173 - os : macos-14
7274 version : " 1.19.0"
75+ ocaml : " 5.2.0"
76+ linking : dynamic
77+ target_triple : aarch64-apple-darwin
78+ - os : ubuntu-latest
79+ version : " 1.18.0"
80+ ocaml : " 5.1.1"
81+ linking : static
82+ target_triple : x86_64-unknown-linux-musl
83+ - os : macos-13
84+ version : " 1.18.0"
85+ ocaml : " 5.1.1"
86+ linking : dynamic
87+ target_triple : x86_64-apple-darwin
88+ - os : macos-14
89+ version : " 1.18.0"
90+ ocaml : " 5.1.1"
7391 linking : dynamic
7492 target_triple : aarch64-apple-darwin
7593
You can’t perform that action at this time.
0 commit comments