Skip to content

Commit

Permalink
Test on macos-latest
Browse files Browse the repository at this point in the history
But exclude Ruby 2.4 and 2.5 because they aren't
supported on macos-arm64.
  • Loading branch information
byroot committed Jun 8, 2024
1 parent d2e2cac commit fa3962b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,13 @@ jobs:
strategy:
matrix:
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
os: [ ubuntu-latest, macos-13 ]
os: [ ubuntu-latest, macos-latest ]
exclude:
- os: macos-latest
ruby: 2.4
environment: production
- os: macos-latest
ruby: 2.5
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit fa3962b

Please sign in to comment.