Commit c243d28
committed
ci: exclude macos-latest + Go 1.22.x (LC_UUID linker bug)
With fail-fast disabled, the matrix showed 8/9 cells green; the only
real failure is macos-latest + Go 1.22.x, whose linker emits a -race
test binary missing the LC_UUID load command that macOS dyld requires
(golang/go#61229). Fixed in Go 1.23+, so exclude just that combo --
macOS keeps 1.23/1.24 coverage and 1.22 stays covered on Linux/Windows.1 parent d094cc4 commit c243d28
1 file changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
18 | 25 | | |
19 | 26 | | |
20 | 27 | | |
| |||
0 commit comments