Skip to content

Make no distinction between arm64-darwin-{21,22,23} #7407

@sandstrom

Description

@sandstrom

When running macOS with an ARM processor, our Gemfile.lock looks like this:

PLATFORMS
  aarch64-linux
  arm64-darwin-21
  arm64-darwin-22
  arm64-darwin-23
  arm64-linux
  x86_64-darwin-21
  x86_64-darwin-22
  x86_64-linux

This doesn't make sense to me, there is no discernible difference between 21/22/23.

I think it would make more sense if it looked like this:

PLATFORMS
  aarch64-linux
  arm64-darwin
  arm64-linux
  x86_64-darwin
  x86_64-linux

(i.e. that the mac platform wouldn't get a bump every year)

Semi-related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions