Skip to content

Commit

Permalink
Exclude macOS/2.5 from CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fxn committed May 13, 2024
1 parent 9d4d7a9 commit 20ac160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ jobs:
- "3.2"
- "3.3"
- "head"
# GitHub is not able to set this combination up lately.
exclude:
- os: "macos-latest"
ruby-version: "2.5"
runs-on: ${{ matrix.os }}
steps:
- uses: "actions/checkout@v4"
Expand Down

0 comments on commit 20ac160

Please sign in to comment.