We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7374f30 commit 445bb2fCopy full SHA for 445bb2f
.github/workflows/build.yml
@@ -5,8 +5,8 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- os: [ubuntu-latest]
9
- ruby: [3.4, 3.2]
+ os: [windows-latest]
+ ruby: [3.4]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v4
0 commit comments