Skip to content

Commit

Permalink
ci: exclude Ruby 2.5 on macos-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Dec 4, 2024
1 parent 1288be1 commit 17ad4cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- macos-latest
- windows-latest
exclude:
- { ruby-version: truffleruby-head, runs-on: windows-latest }
# macos-latest doesn't provide Ruby 2.5
- { ruby-version: "2.5", runs-on: macos-latest }
- { ruby-version: truffleruby-head, runs-on: windows-latest }
name: ${{ matrix.ruby-version}} on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
Expand Down

0 comments on commit 17ad4cd

Please sign in to comment.