ubicloud/.github/actions/setup-clover
Enes Cakir 6bfad55c99 Run CI on macOS runners too
We hit macOS specific issues a few times in the past.

Since macOS runners are free for open source projects, there is no
reason not to run CI on them.

bcrypt_pbkdf doesn't support Ruby 3.4 yet; only the rc version is
supported for now. https://github.com/net-ssh/bcrypt_pbkdf-ruby/issues/25

    Fetching gem metadata from https://rubygems.org/.......... The
    following platform specific gems are getting installed, yet the
    lockfile includes only their generic ruby version: *
    bcrypt_pbkdf-1.1.1-arm64-darwin Please run `bundle lock
    --normalize-platforms` and commit the resulting lockfile.
    Alternatively, you may run `bundle lock --add-platform
    <list-of-platforms-that-you-want-to-support>`
    bcrypt_pbkdf-1.1.1-arm64-darwin requires ruby version < 3.4.dev, >=
    2.7, which is incompatible with the current version, 3.4.4
2025-10-01 18:54:06 +03:00
..
action.yml Run CI on macOS runners too 2025-10-01 18:54:06 +03:00