Skip to content

Commit

Permalink
Fix GitHub Actions and run tests agains Ruby 2.5 on macos-amd64 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
andrykonchin committed Jul 23, 2024
1 parent a3cfce1 commit fef87d6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ jobs:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
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' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fef87d6

Please sign in to comment.