Skip to content

Commit 0a49ded

Browse files
committed
WIP
1 parent 053e2f1 commit 0a49ded

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/js_of_ocaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- os: ubuntu-latest
7474
os-name: Ubuntu
7575
ocaml-name: "5.4.0~beta2+32bit"
76-
ocaml-compiler: "ocaml-variants.5.4.0.~beta2+options,ocaml-option-32bit"
76+
ocaml-compiler: "ocaml-variants.5.4.0~beta2+options,ocaml-option-32bit"
7777
skip-effects: true # disabled for the same reason than `skip-test`
7878
skip-test: true # the `time_now.0.17` package is pulled and doesn't work in 32 bits :(
7979
skip-doc: true

.github/workflows/wasm_of_ocaml.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,26 +35,26 @@ jobs:
3535
include:
3636
- os: macos-latest
3737
os-name: MacOS
38-
ocaml-compiler: "5.3"
38+
ocaml-compiler: "5.4.0~beta2"
3939
separate_compilation: true
4040
jane_street_tests: false
4141
all_jane_street_tests: false
4242
- os: windows-latest
4343
os-name: Windows
44-
ocaml-compiler: "5.3"
44+
ocaml-compiler: "5.4.0~beta2"
4545
separate_compilation: true
4646
# Jane Street tests disabled for now (basement only works on Linux)
4747
jane_street_tests: false
4848
all_jane_street_tests: false
4949
- os: ubuntu-latest
5050
os-name: Ubuntu
51-
ocaml-compiler: "5.3"
51+
ocaml-compiler: "5.4.0~beta2"
5252
separate_compilation: true
5353
jane_street_tests: true
5454
all_jane_street_tests: true
5555
- os: ubuntu-latest
5656
os-name: Ubuntu
57-
ocaml-compiler: "5.3"
57+
ocaml-compiler: "5.4.0~beta2"
5858
separate_compilation: false
5959
jane_street_tests: true
6060
all_jane_street_tests: false

0 commit comments

Comments
 (0)