Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI on Apple Silicon #82

Merged
merged 1 commit into from
May 18, 2024
Merged

Fix CI on Apple Silicon #82

merged 1 commit into from
May 18, 2024

Commits on May 18, 2024

  1. 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.
    kleisauke committed May 18, 2024
    Configuration menu
    Copy the full SHA
    750c3bb View commit details
    Browse the repository at this point in the history