Skip to content

Commit f9bdb42

Browse files
committed
GHA: migrate to macos-15 images
1 parent 14c6905 commit f9bdb42

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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: |

testsuite/tests/native-debugger/macos-lldb-amd64.reference

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Breakpoint created for regex camlMeander[.$]c_to_ocaml*.
1414
(lldb) create ocaml_to_c
1515
Breakpoint created for regex ocaml_to_c.
1616
(lldb) run
17+
Process XXXX launched: 'XXXX' ($ARCH)
1718
Process 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
4647
Process XXXX resuming
4748
Process 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) {

0 commit comments

Comments
 (0)