Commit f54dec8
committed
Fix arm64 macOS wasm-tools download; disable macos-13 runner
uname -m returns 'arm64' on Apple Silicon but release assets use
'aarch64'; add a mapping before constructing the download URL.
Also comment out the x86_64-apple-darwin (macos-13) matrix entry as
those runners are queueing indefinitely. Re-enable when availability
improves.1 parent b195a87 commit f54dec8
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | | - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
116 | 118 | | |
117 | 119 | | |
118 | 120 | | |
| |||
153 | 155 | | |
154 | 156 | | |
155 | 157 | | |
| 158 | + | |
| 159 | + | |
156 | 160 | | |
157 | 161 | | |
158 | 162 | | |
| |||
0 commit comments