File tree Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Expand file tree Collapse file tree 2 files changed +8
-15
lines changed Original file line number Diff line number Diff line change 59
59
skip-doc : true
60
60
- os : ubuntu-latest
61
61
os-name : Ubuntu
62
- ocaml-compiler : " 5.4.0~beta2"
62
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
63
63
skip-effects : false
64
64
skip-test : false
65
65
skip-doc : false
@@ -79,24 +79,17 @@ jobs:
79
79
skip-doc : true
80
80
- os : macos-latest
81
81
os-name : MacOS
82
- ocaml-compiler : " 5.4.0~beta2"
82
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
83
83
skip-effects : true
84
84
skip-test : false
85
85
skip-doc : true
86
86
- os : windows-latest
87
87
os-name : Windows
88
- ocaml-compiler : " 5.4.0~beta2"
88
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
89
89
skip-effects : false
90
90
skip-test : false
91
91
skip-doc : true
92
- - os : ubuntu-latest
93
- os-name : Ubuntu
94
- ocaml-name : " 5.4-alpha1"
95
- ocaml-compiler : " ocaml-compiler.5.4.0~alpha1"
96
- skip-effects : true
97
- skip-test : true
98
- skip-doc : true
99
-
92
+
100
93
runs-on : ${{ matrix.os }}
101
94
102
95
name :
Original file line number Diff line number Diff line change @@ -35,26 +35,26 @@ jobs:
35
35
include :
36
36
- os : macos-latest
37
37
os-name : MacOS
38
- ocaml-compiler : " 5.4.0~beta2"
38
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
39
39
separate_compilation : true
40
40
jane_street_tests : false
41
41
all_jane_street_tests : false
42
42
- os : windows-latest
43
43
os-name : Windows
44
- ocaml-compiler : " 5.4.0~beta2"
44
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
45
45
separate_compilation : true
46
46
# Jane Street tests disabled for now (basement only works on Linux)
47
47
jane_street_tests : false
48
48
all_jane_street_tests : false
49
49
- os : ubuntu-latest
50
50
os-name : Ubuntu
51
- ocaml-compiler : " 5.4.0~beta2"
51
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
52
52
separate_compilation : true
53
53
jane_street_tests : true
54
54
all_jane_street_tests : true
55
55
- os : ubuntu-latest
56
56
os-name : Ubuntu
57
- ocaml-compiler : " 5.4.0~beta2"
57
+ ocaml-compiler : " ocaml-base-compiler. 5.4.0~beta2"
58
58
separate_compilation : false
59
59
jane_street_tests : true
60
60
all_jane_street_tests : false
You can’t perform that action at this time.
0 commit comments