Commit 1a092e7
Fix CI on Apple Silicon
The `macos-latest` image now uses macOS 14 on an M1 runner.
On M1 Macs, Homebrew installs into `/opt/homebrew` by default and no
longer links into `/usr/local`. Therefore, we need to explicitly set
`DYLD_LIBRARY_PATH` to `/opt/homebrew/lib` to ensure the dynamic
linker can find libvips.1 parent 8506b5a commit 1a092e7
1 file changed
+10
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
| 25 | + | |
25 | 26 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
| |||
0 commit comments