Skip to content

Commit

Permalink
Test Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Mar 21, 2023
1 parent d5e5b40 commit 1d6f483
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: 3.2
os: ubuntu-latest
# - ruby: 3.2
# os: ubuntu-latest
# - ruby: "3.0"
# os: macos-latest
- ruby: "3.0"
os: macos-latest
os: windows-latest
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 1d6f483

Please sign in to comment.