Skip to content

Commit

Permalink
Test 2.4 & 2.5 on macos-amd64
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Jun 8, 2024
1 parent 0b39396 commit e2282df
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,13 @@ 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.4"
- os: macos-latest
ruby: "2.5"
- { os: macos-latest, ruby: '2.4' }
- { os: macos-latest, ruby: '2.5' }
include:
- { os: macos-13, ruby: '2.4' }
- { os: macos-13, ruby: '2.5' }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e2282df

Please sign in to comment.