File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
testsuite/tests/native-debugger Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -166,9 +166,9 @@ jobs:
166166 config_arg: "CFLAGS='-O0'"},
167167 {name: 'linux-arm64', os: 'ubuntu-24.04-arm',
168168 'test-in-prefix': true},
169- {name: 'macos-x86_64', os: 'macos-13 ',
169+ {name: 'macos-x86_64', os: 'macos-15-intel ',
170170 'test-in-prefix': true},
171- {name: 'macos-arm64', os: 'macos-15 ',
171+ {name: 'macos-arm64', os: 'macos-latest ',
172172 'test-in-prefix': true}];
173173 // # If this is a pull request, see if the PR has the
174174 // # 'CI: Full matrix' label. This is done using an API request,
@@ -229,7 +229,7 @@ jobs:
229229 sudo DevToolsSecurity --enable
230230 spctl developer-mode enable-terminal
231231 # Select latest supported version
232- sudo xcode-select -s /Applications/Xcode_${{ matrix.os == 'macos-13' && '15.2' || '16.3' }} .app/Contents/Developer
232+ sudo xcode-select -s /Applications/Xcode .app/Contents/Developer
233233 lldb --version
234234 - name : configure tree
235235 run : |
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Breakpoint created for regex camlMeander[.$]c_to_ocaml*.
1414(lldb) create ocaml_to_c
1515Breakpoint created for regex ocaml_to_c.
1616(lldb) run
17+ Process XXXX launched: 'XXXX' ($ARCH)
1718Process XXXX stopped
1819* thread #1, queue = 'XXXX', stop reason = breakpoint 1.1
1920 frame #0: 0x00000000000000 meander`caml_start_program
@@ -46,7 +47,7 @@ frame 7: dyld`start
4647Process XXXX resuming
4748Process XXXX stopped
4849* thread #1, queue = 'XXXX', stop reason = breakpoint 4.1
49- frame #0: 0x00000000000000 meander`ocaml_to_c(unit=1) at meander_c.c:XX [opt]
50+ frame #0: 0x00000000000000 meander`ocaml_to_c(unit=1) at meander_c.c:XX
5051 2 #include <caml/callback.h>
5152 3
5253 4 value ocaml_to_c (value unit) {
You can’t perform that action at this time.
0 commit comments