Skip to content

Conversation

@olleolleolle
Copy link
Contributor

@olleolleolle olleolleolle commented Nov 15, 2024

This follows the directions of the setup-ruby GitHub Action.

        If you are using a matrix of Ruby versions, a good solution is to run only < 2.6 on amd64, like so:
        matrix:
          ruby: ['2.4', '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3']
          os: [ ubuntu-latest, macos-latest ]
          # CRuby < 2.6 does not support macos-arm64, so test those on amd64 instead
          exclude:
          - { os: macos-latest, ruby: '2.5' }
          include:
          - { os: macos-13, ruby: '2.5' }

@olleolleolle olleolleolle merged commit b4728a8 into master Nov 15, 2024
46 of 50 checks passed
@olleolleolle olleolleolle deleted the ci-ruby25-on-macos-13 branch November 15, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants