Commit 605768f
committed
fix: CI Elixir shadowing and drop Zig 0.15.2 matrix
On macOS, `brew install elixir xz` installed Elixir 1.20.2 (OTP 29)
which shadowed setup-beam's Elixir 1.18.3 (OTP 27), causing a Hex ABI
mismatch (`beam_load.c` errors) at `mix deps.get`. Only `xz` is needed
via brew since setup-beam already provides Elixir.
Drop the 0.15.2 Zig matrix entries since lib/burrito.ex hardcodes
`@zig_version_expected` to 0.16.0 with a strict equality check, making
0.15.2 builds fail the version guard.1 parent 0f9761b commit 605768f
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
| 130 | + | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
| |||
0 commit comments