Skip to content

Commit

Permalink
ci: enable windows runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushmanchhabra authored Dec 16, 2023
1 parent df4ceba commit 7aa0956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
include:
- { os: macos-12, shell: bash }
- { os: ubuntu-22.04, shell: bash }
# - { os: windows-2022, shell: powershell }
- { os: windows-2022, shell: powershell }
fail-fast: false
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 7aa0956

Please sign in to comment.