Skip to content

Commit 445bb2f

Browse files
committed
Test Windows
1 parent 7374f30 commit 445bb2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ jobs:
55
strategy:
66
fail-fast: false
77
matrix:
8-
os: [ubuntu-latest]
9-
ruby: [3.4, 3.2]
8+
os: [windows-latest]
9+
ruby: [3.4]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)