We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee6318 commit 9fe64daCopy full SHA for 9fe64da
1 file changed
.github/workflows/test.yml
@@ -17,7 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
20
- os: [ ubuntu-latest, macos-latest, windows-latest ]
+ # os: [ ubuntu-latest, macos-latest, windows-latest ]
21
+ os: [ ubuntu-latest ]
22
include:
23
- ruby: mswin
24
os: windows-latest
0 commit comments