Skip to content

Commit

Permalink
Add Windows to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseaton committed Jul 28, 2021
1 parent 722a029 commit 9ef19e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflows.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
specs-no-dependencies:
strategy:
matrix:
os: [ubuntu, macos]
os: [ubuntu, macos, windows]
ruby: [2.5, 2.6, 2.7, 3.0]
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit 9ef19e5

Please sign in to comment.