Skip to content

Commit f6fc873

Browse files
committed
Update to OCaml 5.4
1 parent 5111410 commit f6fc873

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

test/service/test_conf.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ let test_macos_platforms () =
6464
in
6565
let exists =
6666
[
67-
(true, ("macos-homebrew", OVR.v5_3, `Aarch64));
68-
(true, ("macos-homebrew", OVR.v5_3, `X86_64));
67+
(true, ("macos-homebrew", OVR.v5_4, `Aarch64));
68+
(true, ("macos-homebrew", OVR.v5_4, `X86_64));
6969
(true, ("macos-homebrew", OVR.v4_14, `Aarch64));
7070
(true, ("macos-homebrew", OVR.v4_14, `X86_64));
7171
]

0 commit comments

Comments
 (0)