You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments