Commit 2723274
committed
ci: xcode-select the chosen Xcode, not just DEVELOPER_DIR
The runner's xcode-select default (Xcode 26.5) disagreed with the
workflow's DEVELOPER_DIR (26.6). Inside xcodebuild-spawned test
processes, the /usr/bin/git shim then loaded Xcode3Core from both
installs and exited 72 — captured verbatim by the probe diagnostic.
Every subprocess-spawning test failure on the macos-26 runners traces
here. Select the same Xcode globally so the shims resolve one install.1 parent 619544b commit 2723274
2 files changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
| 201 | + | |
201 | 202 | | |
202 | 203 | | |
203 | 204 | | |
| |||
370 | 371 | | |
371 | 372 | | |
372 | 373 | | |
| 374 | + | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
| |||
548 | 550 | | |
549 | 551 | | |
550 | 552 | | |
| 553 | + | |
551 | 554 | | |
552 | 555 | | |
553 | 556 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
187 | 188 | | |
188 | 189 | | |
189 | 190 | | |
| |||
0 commit comments