Skip to content

Commit 8f26be5

Browse files
Ruby 2.5 is not supported by latest-macos
1 parent b23123d commit 8f26be5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ jobs:
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
1111
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head]
12+
exclude:
13+
- os: macos-latest
14+
ruby: 2.5
1215
runs-on: ${{ matrix.os }}
1316
steps:
1417
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)