Skip to content

Commit

Permalink
Stop testing on windows
Browse files Browse the repository at this point in the history
Since we established it doesn't work there.
  • Loading branch information
casperisfine authored Apr 29, 2021
1 parent 2a23159 commit 5deedbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
platforms:
strategy:
matrix:
os: [macos, windows]
os: [macos]
ruby: ['3.0']
runs-on: ${{ matrix.os }}-latest
steps:
Expand Down

0 comments on commit 5deedbe

Please sign in to comment.