Skip to content

Commit 3481502

Browse files
committed
Enabled windows-latest on GHA
1 parent b9d037d commit 3481502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
ruby: ${{ fromJson(needs.ruby-versions.outputs.versions) }}
21-
os: [ ubuntu-latest, macos-latest ]
21+
os: [ ubuntu-latest, macos-latest, windows-latest ]
2222
experimental: [false]
2323
runs-on: ${{ matrix.os }}
2424
continue-on-error: ${{ matrix.experimental }}

0 commit comments

Comments
 (0)