Skip to content

Commit ec8d9bd

Browse files
Revert "Add windows into Github actions test matrix"
This reverts commit 9092760.
1 parent 9092760 commit ec8d9bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
test:
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, macos-latest, windows-latest]
17+
os: [ubuntu-latest, macos-latest]
1818
ruby-version: ['3.0', '3.1', '3.2', '3.3']
1919

2020
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)