File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed
Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change @@ -13,23 +13,15 @@ jobs:
1313 fail-fast : false
1414 matrix :
1515 os :
16+ - macos-latest
1617 - ubuntu-latest
18+ - windows-latest
1719 ocaml-compiler :
18- - " 4.08"
19- - " 4.09"
20- - " 4.10"
21- - " 4.11"
22- - " 4.12"
23- - " 4.13"
2420 - " 4.14"
25- - " 5.0"
26- - " 5.1"
2721 - " 5.2"
2822 include :
29- - os : macos-latest
30- ocaml-compiler : " 4.14"
31- - os : macos-latest
32- ocaml-compiler : " 5.2"
23+ - os : ubuntu-latest
24+ ocaml-compiler : " 4.08"
3325
3426 runs-on : ${{ matrix.os }}
3527
4335 ocaml-compiler : ${{ matrix.ocaml-compiler }}
4436 opam-pin : false
4537
46- - name : Re-install OpenSSL on macOS
47- if : runner.os == 'macOS'
48- run : brew update && brew reinstall openssl@3
49-
5038 - run : opam install . --deps-only
5139
5240 - run : opam exec -- ./configure
You can’t perform that action at this time.
0 commit comments