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 0b39396
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 @@ -13,9 +13,15 @@ jobs:
needs: ruby-versions
name: build (${{ matrix.ruby }} / ${{ matrix.os }})
strategy:
fail-fast: false
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"
- os: macos-latest
ruby: "2.5"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 0b39396

Please sign in to comment.