Skip to content

Commit

Permalink
Exclude older than 2.6 on macos-14 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed May 5, 2024
1 parent 5066758 commit 73b877d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ jobs:
- ubuntu-latest
- windows-latest
exclude:
- { runs-os: macos-latest, ruby: "2.5" }
- { runs-on: windows-latest , ruby-version: "3.1" }
- { runs-on: windows-latest , ruby-version: debug }
include:
Expand Down Expand Up @@ -56,6 +57,7 @@ jobs:
- ubuntu-latest
- windows-latest
exclude:
- { runs-os: macos-latest, ruby: "2.5" }
- { runs-on: windows-latest , ruby-version: "3.1" }
- { runs-on: windows-latest , ruby-version: debug }
include:
Expand Down

0 comments on commit 73b877d

Please sign in to comment.