Skip to content

Commit ab8ee6f

Browse files
authored
Merge pull request #106 from ruby/skip-ruby-2-5
Exclude Ruby 2.5 from Apple Silicon
2 parents e84670a + bf9012f commit ab8ee6f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
matrix:
1616
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
1717
os: [ ubuntu-latest, macos-latest ]
18+
exclude:
19+
- ruby: 2.5
20+
os: macos-latest
1821
runs-on: ${{ matrix.os }}
1922
steps:
2023
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)