Skip to content

Commit

Permalink
ruby: Remove Windows from CI (#371)
Browse files Browse the repository at this point in the history
In #370 windows was added as an
os to run tests on. However, these fail.
  • Loading branch information
mpkorstanje authored Feb 9, 2025
1 parent a14e79a commit 84681f3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test-ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ jobs:
include:
- os: macos-latest
ruby: '3.4'
- os: windows-latest
ruby: '3.4'

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 84681f3

Please sign in to comment.